共用方式為


DevicePortalConnection 類別

定義

public ref class DevicePortalConnection sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 262144)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class DevicePortalConnection final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 262144)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class DevicePortalConnection
Public NotInheritable Class DevicePortalConnection
繼承
Object Platform::Object IInspectable DevicePortalConnection
屬性

Windows 需求

裝置系列
Windows 10 Creators Update (已於 10.0.15063.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v4.0 引進)

備註

版本歷程記錄

Windows 版本 SDK 版本 已新增值
1803 17134 GetServerMessageWebSocketForRequest (HttpRequestMessage)
1803 17134 GetServerMessageWebSocketForRequest (HttpRequestMessage,SocketMessageType,String)
1803 17134 GetServerMessageWebSocketForRequest (HttpRequestMessage,SocketMessageType,String,UInt32,UInt32,MessageWebSocketReceiveMode)
1803 17134 GetServerStreamWebSocketForRequest (HttpRequestMessage)
1803 17134 GetServerStreamWebSocketForRequest (HttpRequestMessage,String,UInt32,Boolean)

方法

GetForAppServiceConnection(AppServiceConnection)

使用傳入的 App Service 連線,初始化 DevicePortalConnection 的實例。

GetServerMessageWebSocketForRequest(HttpRequestMessage, SocketMessageType, String, UInt32, UInt32, MessageWebSocketReceiveMode)

傳回伺服器端訊息 WebSocket 以搭配裝置入口網站使用。

GetServerMessageWebSocketForRequest(HttpRequestMessage, SocketMessageType, String)

傳回伺服器端訊息 WebSocket 以搭配裝置入口網站使用。

GetServerMessageWebSocketForRequest(HttpRequestMessage)

傳回伺服器端訊息 WebSocket 以搭配裝置入口網站使用。

GetServerStreamWebSocketForRequest(HttpRequestMessage, String, UInt32, Boolean)

傳回伺服器端串流 WebSocket 以搭配裝置入口網站使用。

GetServerStreamWebSocketForRequest(HttpRequestMessage)

傳回伺服器端串流 WebSocket 以搭配裝置入口網站使用。

事件

Closed

關閉與 Windows 裝置入口網站的連線時引發。 裝置入口網站外掛程式應用程式必須實作此事件的處理常式。

RequestReceived

透過 Windows Device Portal 伺服器收到要求時引發。 裝置入口網站外掛程式應用程式必須實作此事件的處理常式。

適用於