HttpListenerRequest.ServiceName プロパティ

定義

クライアントが要求を送信したサービス プロバイダー名 (SPN: Service Provider Name) を取得します。

public:
 property System::String ^ ServiceName { System::String ^ get(); };
public string? ServiceName { get; }
public string ServiceName { get; }
member this.ServiceName : string
Public ReadOnly Property ServiceName As String

プロパティ値

クライアントが要求を送信した SPN を格納している String

注釈

アプリケーションでは、 プロパティを ServiceName 使用して、カスタム サービスの名前指定 (SPN) 検証を実行できます。

適用対象

こちらもご覧ください