Gets or sets the client channel type.
public string[] NewChannel { get; set; }
Public Property NewChannel As String()
public:
property array<String^>^ NewChannel {
array<String^>^ get();
void set ( array<String^>^ );
}
An array of System.String values which names one or more transport protocols that the client is willing to accept.
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.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document