次の方法で共有


NotificationHubApnsCredential.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指定します。

public Uri Endpoint { get; set; }
member this.Endpoint : Uri with get, set
Public Property Endpoint As Uri

プロパティ値

Uri

適用対象