public ChannelFields(
string channelId,
string[] newChannels,
string closeChannel,
Nullable<int> requestId
)
Public Function New( _
ByVal channelId As String, _
ByVal newChannels() As String, _
ByVal closeChannel As String, _
ByVal requestId As Nullable(Of Integer) _
)
public:
ChannelFields(
String^ channelId,
array<String^>^ newChannels,
String^ closeChannel,
Nullable<int> requestId
)
channelId
The value for the JPIP server assigned channel ID.
newChannels
The value which names one or more transport protocols that the client is willing to accept.
closeChannel
Closes one or more open channels in a session.
requestId
Specifies a Request ID value.
The newChannels is used to request a new JPIP channel. If no Channel ID request field is present, the request is for a new session. Otherwise, the request is for a new channel in the same session as the channel identified by the Channel ID request field.
Refer to JpipChannelTypes for valid values for the newChannels parameter.
To close all channels associated with a session, specify the value "*" in the closeChannel.
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