ChannelType Property

Summary

Gets or sets the channel type for JPIP .

Syntax
C#
VB
C++
public string ChannelType { get; set; } 
  
Public Property ChannelType As String 
public: 
property String^ ChannelType { 
   String^ get(); 
   void set (    String^ ); 
} 

Property Value

Specifies the channel type, which identifies the name of the transport protocol that the client is willing to accept. The following types are available:

  • http
  • http-tcp
  • stateless.

Example

For an example that sets the channel type to http, refer to JpipRasterImageViewer.

Requirements

Target Platforms

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

Leadtools.Jpip.Client.WinForms Assembly