CallbackContextMessageProperty 생성자

정의

CallbackContextMessageProperty 클래스의 새 인스턴스를 초기화합니다.

오버로드

Name Description
CallbackContextMessageProperty(IDictionary<String,String>)

지정된 컨텍스트를 사용하여 클래스의 CallbackContextMessageProperty 새 인스턴스를 초기화합니다.

CallbackContextMessageProperty(EndpointAddress)

지정된 클래스를 사용하여 클래스의 CallbackContextMessageProperty 새 인스턴스를 초기화합니다 EndpointAddress.

CallbackContextMessageProperty(EndpointAddress, IDictionary<String,String>)

지정된 CallbackContextMessageProperty 클래스와 컨텍스트 정보가 포함된 클래스의 EndpointAddress 새 인스턴스를 IDictionary<TKey,TValue> 초기화합니다.

CallbackContextMessageProperty(String, IDictionary<String,String>)

지정된 수신 대기 주소 및 컨텍스트 정보를 사용하여 클래스의 CallbackContextMessageProperty 새 인스턴스를 초기화합니다.

CallbackContextMessageProperty(Uri, IDictionary<String,String>)

지정된 수신 대기 주소 및 컨텍스트 정보를 사용하여 클래스의 CallbackContextMessageProperty 새 인스턴스를 초기화합니다.

CallbackContextMessageProperty(IDictionary<String,String>)

지정된 컨텍스트를 사용하여 클래스의 CallbackContextMessageProperty 새 인스턴스를 초기화합니다.

public:
 CallbackContextMessageProperty(System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ context);
public CallbackContextMessageProperty(System.Collections.Generic.IDictionary<string,string> context);
new System.ServiceModel.Channels.CallbackContextMessageProperty : System.Collections.Generic.IDictionary<string, string> -> System.ServiceModel.Channels.CallbackContextMessageProperty
Public Sub New (context As IDictionary(Of String, String))

매개 변수

context
IDictionary<String,String>

클라이언트와 통신이 이루어지는 서비스 인스턴스에서 식별할 수 있는 메시지에 포함된 정보입니다.

적용 대상

CallbackContextMessageProperty(EndpointAddress)

지정된 클래스를 사용하여 클래스의 CallbackContextMessageProperty 새 인스턴스를 초기화합니다 EndpointAddress.

public:
 CallbackContextMessageProperty(System::ServiceModel::EndpointAddress ^ callbackAddress);
public CallbackContextMessageProperty(System.ServiceModel.EndpointAddress callbackAddress);
new System.ServiceModel.Channels.CallbackContextMessageProperty : System.ServiceModel.EndpointAddress -> System.ServiceModel.Channels.CallbackContextMessageProperty
Public Sub New (callbackAddress As EndpointAddress)

매개 변수

callbackAddress
EndpointAddress

콜백 주소입니다.

설명

콜백 주소는 서비스에서 클라이언트로 다시 호출하는 데 사용하는 엔드포인트 주소입니다.

적용 대상

CallbackContextMessageProperty(EndpointAddress, IDictionary<String,String>)

지정된 CallbackContextMessageProperty 클래스와 컨텍스트 정보가 포함된 클래스의 EndpointAddress 새 인스턴스를 IDictionary<TKey,TValue> 초기화합니다.

public:
 CallbackContextMessageProperty(System::ServiceModel::EndpointAddress ^ listenAddress, System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ context);
public CallbackContextMessageProperty(System.ServiceModel.EndpointAddress listenAddress, System.Collections.Generic.IDictionary<string,string> context);
new System.ServiceModel.Channels.CallbackContextMessageProperty : System.ServiceModel.EndpointAddress * System.Collections.Generic.IDictionary<string, string> -> System.ServiceModel.Channels.CallbackContextMessageProperty
Public Sub New (listenAddress As EndpointAddress, context As IDictionary(Of String, String))

매개 변수

listenAddress
EndpointAddress

클라이언트가 수신 대기하는 엔드포인트 주소입니다.

context
IDictionary<String,String>

클라이언트와 통신이 이루어지는 서비스 인스턴스에서 식별할 수 있는 메시지에 포함된 정보입니다.

설명

컨텍스트 정보에는 클라이언트 인스턴스 및 대화 정보가 포함될 수 있습니다.

적용 대상

CallbackContextMessageProperty(String, IDictionary<String,String>)

지정된 수신 대기 주소 및 컨텍스트 정보를 사용하여 클래스의 CallbackContextMessageProperty 새 인스턴스를 초기화합니다.

public:
 CallbackContextMessageProperty(System::String ^ listenAddress, System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ context);
public CallbackContextMessageProperty(string listenAddress, System.Collections.Generic.IDictionary<string,string> context);
new System.ServiceModel.Channels.CallbackContextMessageProperty : string * System.Collections.Generic.IDictionary<string, string> -> System.ServiceModel.Channels.CallbackContextMessageProperty
Public Sub New (listenAddress As String, context As IDictionary(Of String, String))

매개 변수

listenAddress
String

클라이언트가 수신 대기하는 엔드포인트 주소입니다.

context
IDictionary<String,String>

클라이언트와 통신이 이루어지는 서비스 인스턴스에서 식별할 수 있는 메시지에 포함된 정보입니다.

적용 대상

CallbackContextMessageProperty(Uri, IDictionary<String,String>)

지정된 수신 대기 주소 및 컨텍스트 정보를 사용하여 클래스의 CallbackContextMessageProperty 새 인스턴스를 초기화합니다.

public:
 CallbackContextMessageProperty(Uri ^ listenAddress, System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ context);
public CallbackContextMessageProperty(Uri listenAddress, System.Collections.Generic.IDictionary<string,string> context);
new System.ServiceModel.Channels.CallbackContextMessageProperty : Uri * System.Collections.Generic.IDictionary<string, string> -> System.ServiceModel.Channels.CallbackContextMessageProperty
Public Sub New (listenAddress As Uri, context As IDictionary(Of String, String))

매개 변수

listenAddress
Uri

클라이언트가 수신 대기하는 엔드포인트 주소입니다.

context
IDictionary<String,String>

클라이언트와 통신이 이루어지는 서비스 인스턴스에서 식별할 수 있는 메시지에 포함된 정보입니다.

적용 대상