ServiceHostBase.InitializeDescription(UriSchemeKeyedCollection) 메서드

정의

계약 및 서비스 설명을 사용하여 서비스 호스트를 만들고 초기화합니다.

protected:
 void InitializeDescription(System::ServiceModel::UriSchemeKeyedCollection ^ baseAddresses);
protected void InitializeDescription (System.ServiceModel.UriSchemeKeyedCollection baseAddresses);
member this.InitializeDescription : System.ServiceModel.UriSchemeKeyedCollection -> unit
Protected Sub InitializeDescription (baseAddresses As UriSchemeKeyedCollection)

매개 변수

baseAddresses
UriSchemeKeyedCollection

호스팅된 서비스의 기본 주소를 포함하는 UriSchemeKeyedCollection입니다.

적용 대상