다음을 통해 공유


CallbackContextMessageProperty 생성자

정의

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

오버로드

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>

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

적용 대상