ChannelId Property

Summary
Gets or sets the channel ID of the client request.
Syntax
C#
VB
C++
public string ChannelId { get; set; } 
  
Public Property ChannelId As String 
public: 
property String^ ChannelId { 
   String^ get(); 
   void set (    String^ ); 
} 

Property Value

A System.String value used to associate the request with a particular JPIP channel, and hence the session to which the channel belongs.

Remarks

After a client requests a new channel from the server using the NewChannel field, the server will assign a channel ID. The client should use the assigned channel ID in future requests to the server to identify the session.

Example

For an example, refer to Leadtools.Jpip.RequestEncoder.HttpRequestEncoder.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Jpip Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.