你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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

适用于