LEADTOOLS JPEG 2000 (Leadtools.Jpip assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
NewChannel Property
See Also 
Leadtools.Jpip Namespace > ChannelFields Class : NewChannel Property



The NewChannel Property includes members that are available as an add-on to the LEADTOOLS Imaging Pro, Document, and Medical Imaging toolkits.

Gets or sets the client channel type.

Syntax

Visual Basic (Declaration) 
Public Property NewChannel As String()
Visual Basic (Usage)Copy Code
Dim instance As ChannelFields
Dim value() As String
 
instance.NewChannel = value
 
value = instance.NewChannel
C# 
public string[] NewChannel {get; set;}
C++/CLI 
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.

Example

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.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also

Leadtools.Jpip requires a JPIP Module and a server license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features