다음을 통해 공유


ConfigurationDuplexChannelFactory<TChannel> 생성자

정의

지정된 콜백 개체, 엔드포인트 구성 이름, 원격 주소 및 구성 설정을 사용하여 ConfigurationDuplexChannelFactory<TChannel> 클래스의 새 인스턴스를 만듭니다.

public:
 ConfigurationDuplexChannelFactory(System::Object ^ callbackObject, System::String ^ endpointConfigurationName, System::ServiceModel::EndpointAddress ^ remoteAddress, System::Configuration::Configuration ^ configuration);
public ConfigurationDuplexChannelFactory (object callbackObject, string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress, System.Configuration.Configuration configuration);
new System.ServiceModel.Configuration.ConfigurationDuplexChannelFactory<'Channel> : obj * string * System.ServiceModel.EndpointAddress * System.Configuration.Configuration -> System.ServiceModel.Configuration.ConfigurationDuplexChannelFactory<'Channel>
Public Sub New (callbackObject As Object, endpointConfigurationName As String, remoteAddress As EndpointAddress, configuration As Configuration)

매개 변수

callbackObject
Object

클라이언트의 메시지에 응답하는 프로세스입니다.

endpointConfigurationName
String

엔드포인트 구성 요소의 이름 속성입니다.

remoteAddress
EndpointAddress

클라이언트 또는 서버 세션에서 대상 엔드포인트의 IP 주소입니다.

configuration
Configuration

엔드포인트 요소에 표시된 정보를 정의하는 설정입니다.

예외

callbackObject, endpointConfigurationName 또는 configurationnull입니다.

적용 대상