The ChannelType Property includes members that are available as an add-on to the LEADTOOLS Imaging Pro, Document, and Medical Imaging toolkits.
Gets or sets the channel type for JPIP .Visual Basic (Declaration) | |
---|---|
Public Property ChannelType As String |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As JpipRasterImageViewer Dim value As String instance.ChannelType = value value = instance.ChannelType |
C# | |
---|---|
public string ChannelType {get; set;} |
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.
This example sets the channel type to http. For an example, refer to JpipRasterImageViewer.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7