PushNotificationChannel.Uri 属性

定义

获取统一资源标识符 (URI) ,应用服务器向其发送推送通知,该通知适用于绑定到此通道的应用程序或辅助磁贴。 此统一资源标识符 (URI) 传输到第三方应用服务器并由其存储。

public:
 property Platform::String ^ Uri { Platform::String ^ get(); };
winrt::hstring Uri();
public string Uri { get; }
var string = pushNotificationChannel.uri;
Public ReadOnly Property Uri As String

属性值

String

Platform::String

winrt::hstring

统一资源标识符 (URI) (https) 应用服务器用于发布通知。

Windows 要求

应用功能
internetClient

适用于

另请参阅