LEADTOOLS JPEG 2000 (Leadtools.Jpip assembly)
LEAD Technologies, Inc

NewChannel Property






Gets or sets the client channel type.
Syntax
public string[] NewChannel {get; set;}
'Declaration
 
Public Property NewChannel As String()
'Usage
 
Dim instance As ChannelFields
Dim value() As String
 
instance.NewChannel = value
 
value = instance.NewChannel
public string[] NewChannel {get; set;}
 get_NewChannel();
set_NewChannel(value);
public:
property array<String^>^ NewChannel {
   array<String^>^ get();
   void set (    array<String^>^ value);
}

Property Value

An array of System.String values which names one or more transport protocols that the client is willing to accept.
Remarks

Use one of the values from the JpipChannelTypes class.

Use this field to request a new JPIP channel from the server. When a channel is established between a client and server, the server will maintain a cache model for the data it sends to the client. This helps minimize the amount of data transferred between the server and client.

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

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ChannelFields Class
ChannelFields Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.

Leadtools.Jpip requires a JPIP Module and a server license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features