HttpListenerRequest.ServiceName 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得用戶端透過要求傳送的服務提供者名稱 (SPN)。
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
屬性值
String,包含用戶端透過要求傳送的 SPN。
備註
應用程式可以使用 ServiceName 屬性來執行自定義服務提供名稱 (SPN) 驗證。