| Visual Basic (Declaration) | |
|---|---|
Public Property ChannelType As String | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public string ChannelType {get; set;} | |
Return 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 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code