次の方法で共有


ApnsCredential.Endpoint プロパティ

定義

この資格情報の APNS エンドポイントを取得または設定します。 証明書認証モードとサンドボックスを使用する場合は、'gateway.sandbox.push.apple.com' を指定します。 証明書認証モードと運用を使用する場合は、'gateway.push.apple.com' を指定します。 トークン認証モードとサンドボックスを使用する場合は、'' をhttps://api.development.push.apple.com:443/3/device指定します。 トークン認証モードを使用し、運用で '' をhttps://api.push.apple.com:443/3/device指定する場合。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.endpoint")]
public string Endpoint { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.endpoint")>]
member this.Endpoint : string with get, set
Public Property Endpoint As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象