ProtocolReflector.GetServiceDescription(String) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
지정된 XML 네임스페이스 및 해당 통신 프로토콜에 대한 ServiceDescription 개체를 가져옵니다.
public:
System::Web::Services::Description::ServiceDescription ^ GetServiceDescription(System::String ^ ns);
public System.Web.Services.Description.ServiceDescription GetServiceDescription (string ns);
member this.GetServiceDescription : string -> System.Web.Services.Description.ServiceDescription
Public Function GetServiceDescription (ns As String) As ServiceDescription
매개 변수
- ns
- String
이후에 가져온 ServiceDescription 인스턴스는 입력 웹 서비스 클래스에서 반영되는 WSDL(웹 서비스 설명 언어) 엔터티에 해당하는 개체로 채워집니다.
반환
지정된 XML 네임스페이스 및 해당 통신 프로토콜에 대한 ServiceDescription 개체입니다.
설명
ServiceDescription 이후에 가져온 인스턴스는 입력된 웹 서비스 클래스에서 반영 되는 WSDL 엔터티에 해당 하는 개체로 채워집니다.