ChannelFactory.InitializeEndpoint 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
채널 팩터리의 서비스 엔드포인트를 초기화합니다.
오버로드
InitializeEndpoint(Binding, EndpointAddress) |
지정된 바인딩 및 주소를 사용하여 채널 팩터리의 서비스 엔드포인트를 초기화합니다. |
InitializeEndpoint(String, EndpointAddress) |
지정된 주소 및 구성을 사용하여 채널 팩터리의 서비스 엔드포인트를 초기화합니다. |
InitializeEndpoint(ServiceEndpoint) |
지정된 엔드포인트를 사용하여 채널 팩터리의 서비스 엔드포인트를 초기화합니다. |
InitializeEndpoint(EndpointAddress) |
설명
엔드포인트를 초기화하기 위해 주소가 필요하지만, 전체 엔드포인트 대신 바인딩이나 구성만 있어도 됩니다.
InitializeEndpoint(Binding, EndpointAddress)
- Source:
- ChannelFactory.cs
- Source:
- ChannelFactory.cs
- Source:
- ChannelFactory.cs
지정된 바인딩 및 주소를 사용하여 채널 팩터리의 서비스 엔드포인트를 초기화합니다.
protected:
void InitializeEndpoint(System::ServiceModel::Channels::Binding ^ binding, System::ServiceModel::EndpointAddress ^ address);
protected void InitializeEndpoint (System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress address);
member this.InitializeEndpoint : System.ServiceModel.Channels.Binding * System.ServiceModel.EndpointAddress -> unit
Protected Sub InitializeEndpoint (binding As Binding, address As EndpointAddress)
매개 변수
- address
- EndpointAddress
채널 팩터리를 초기화하는 데 사용하는 EndpointAddress입니다.
설명
구성이 있는 경우 InitializeEndpoint(String, EndpointAddress)를 사용합니다.
적용 대상
InitializeEndpoint(String, EndpointAddress)
- Source:
- ChannelFactory.cs
- Source:
- ChannelFactory.cs
지정된 주소 및 구성을 사용하여 채널 팩터리의 서비스 엔드포인트를 초기화합니다.
protected:
void InitializeEndpoint(System::String ^ configurationName, System::ServiceModel::EndpointAddress ^ address);
protected void InitializeEndpoint (string configurationName, System.ServiceModel.EndpointAddress address);
member this.InitializeEndpoint : string * System.ServiceModel.EndpointAddress -> unit
Protected Sub InitializeEndpoint (configurationName As String, address As EndpointAddress)
매개 변수
- configurationName
- String
채널 팩터리 초기화에 사용되는 구성 파일의 이름입니다.
- address
- EndpointAddress
채널 팩터리를 초기화하는 데 사용하는 EndpointAddress입니다.
설명
바인딩만 있는 경우 InitializeEndpoint(Binding, EndpointAddress)를 사용합니다.
적용 대상
InitializeEndpoint(ServiceEndpoint)
- Source:
- ChannelFactory.cs
- Source:
- ChannelFactory.cs
- Source:
- ChannelFactory.cs
지정된 엔드포인트를 사용하여 채널 팩터리의 서비스 엔드포인트를 초기화합니다.
protected:
void InitializeEndpoint(System::ServiceModel::Description::ServiceEndpoint ^ endpoint);
protected void InitializeEndpoint (System.ServiceModel.Description.ServiceEndpoint endpoint);
member this.InitializeEndpoint : System.ServiceModel.Description.ServiceEndpoint -> unit
Protected Sub InitializeEndpoint (endpoint As ServiceEndpoint)
매개 변수
- endpoint
- ServiceEndpoint
채널 팩터리를 초기화하는 데 사용하는 ServiceEndpoint입니다.
예외
endpoint
은 null
입니다.
설명
바인딩만 있는 경우 InitializeEndpoint(Binding, EndpointAddress)를 사용합니다. 구성이 있는 경우 InitializeEndpoint(String, EndpointAddress)를 사용합니다.
적용 대상
InitializeEndpoint(EndpointAddress)
- Source:
- ChannelFactory.cs
protected:
void InitializeEndpoint(System::ServiceModel::EndpointAddress ^ address);
protected void InitializeEndpoint (System.ServiceModel.EndpointAddress address);
member this.InitializeEndpoint : System.ServiceModel.EndpointAddress -> unit
Protected Sub InitializeEndpoint (address As EndpointAddress)
매개 변수
- address
- EndpointAddress
적용 대상
.NET