WiFiDirectServiceSessionRequestedEventArgs クラス

定義

WiFiDirectServiceAdvertiser.SessionRequested イベントが発生したときに返されます。

public ref class WiFiDirectServiceSessionRequestedEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class WiFiDirectServiceSessionRequestedEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class WiFiDirectServiceSessionRequestedEventArgs
Public NotInheritable Class WiFiDirectServiceSessionRequestedEventArgs
継承
Object Platform::Object IInspectable WiFiDirectServiceSessionRequestedEventArgs
属性

Windows の要件

デバイス ファミリ
Windows 10 (10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox で導入)
API contract
Windows.Foundation.UniversalApiContract (v1.0 で導入)

注釈

コードでは、このクラスを直接インスタンス化しません。 インスタンスは、 WiFiDirectServiceAdvertiser.SessionRequested イベント ハンドラーに引数として渡されます。

メソッド

GetSessionRequest()

WiFiDirectServiceAdvertiser.SessionRequested イベントを発生させたセッション要求に関する情報を取得します。

適用対象