共用方式為


StreamSocket.Control 屬性

定義

取得 StreamSocket 物件上的通訊端控制項資料。

public:
 property StreamSocketControl ^ Control { StreamSocketControl ^ get(); };
StreamSocketControl Control();
public StreamSocketControl Control { get; }
var streamSocketControl = streamSocket.control;
Public ReadOnly Property Control As StreamSocketControl

屬性值

StreamSocket物件上的通訊端控制資料。

Windows 需求

應用程式功能
ID_CAP_NETWORKING [Windows Phone]

備註

Control 屬性會取得與StreamSocket物件相關聯的StreamSocketControl實例。

StreamSocketControl物件會自動使用父StreamSocket物件建立。 StreamSocketControl實例接著可用來取得或設定StreamSocket物件所使用的控制項資料。 StreamSocketControl實例上的這些屬性包括下列各項:

必須先設定 StreamSocketControl上屬性值的任何變更,才能連接 StreamSocket。 因此,如果您需要對IgnorableServerCertificateErrorsKeepAliveNoDelayOutboundBufferSizeInBytesOutboundUnicastHopLimitQualityOfService屬性進行變更,則必須在StreamSocket上成功呼叫其中一個ConnectAsync方法之前發生這些變更。

適用於

另請參閱