←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Jpip.Client.WinForms Assembly