Edit

Share via


ConversationContextChannelEstablishOptions.RemoteConversationId Property

Definition

Gets or sets the conversation id with which the remote client should associate the channel.

public:
 property System::String ^ RemoteConversationId { System::String ^ get(); void set(System::String ^ value); };
public string RemoteConversationId { get; set; }
member this.RemoteConversationId : string with get, set
Public Property RemoteConversationId As String

Property Value

Remarks

Setting this value is optional. If not set, the conversation id of the local conversation, which is passed through the constructor of ConversationContextChannel, will be used.

Applies to