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

속성 값

클라이언트가 요청에 대해 보낸 SPN을 포함하는 String입니다.

설명

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

적용 대상

추가 정보