次の方法で共有


StreamSocketListener.Control プロパティ

定義

StreamSocketListener オブジェクトのソケット コントロール データを取得します。

public:
 property StreamSocketListenerControl ^ Control { StreamSocketListenerControl ^ get(); };
StreamSocketListenerControl Control();
public StreamSocketListenerControl Control { get; }
var streamSocketListenerControl = streamSocketListener.control;
Public ReadOnly Property Control As StreamSocketListenerControl

プロパティ値

StreamSocketListener オブジェクトのソケット コントロール データ。

Windows の要件

アプリの機能
ID_CAP_NETWORKING [Windows Phone]

注釈

Control プロパティは、 StreamSocketListener オブジェクトに関連付けられた StreamSocketListenerControl インスタンスを取得します。

StreamSocketListenerControl オブジェクトは、親 StreamSocketListener オブジェクトを使用して自動的に作成されます。 StreamSocketListenerControl インスタンスを使用して、StreamSocketListener オブジェクトで使用されるコントロール データを取得または設定できます。 StreamSocketControl インスタンスのこれらのプロパティには、次のものが含まれます。

StreamSocketListenerControl プロパティ値に対する変更は、StreamSocketListener をバインドする前に設定する必要があります。 そのため、StreamSocketListenerBindServiceNameAsync メソッドまたは BindEndpointAsync メソッドを呼び出す前に、QualityOfService プロパティの変更を設定する必要があります。

適用対象

こちらもご覧ください