HttpListenerRequest.ServiceName 속성

정의

클라이언트가 요청에 대해 보낸 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을 포함하는 A입니다.

설명

애플리케이션은 ServiceName 이 속성을 사용하여 사용자 지정 SPN(서비스 제공 이름) 유효성 검사를 수행할 수 있습니다.

적용 대상

추가 정보