Visual Basic (Declaration) | |
---|---|
Public Property NewChannel As String() |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public string[] NewChannel {get; set;} |
C++/CLI | |
---|---|
public: property array<String^>^ NewChannel { array<String^>^ get(); void set (String^array<value>^ value); } |
Return Value
An array of String values which names one or more transport protocols that the client is willing to accept.For an example, refer to HttpRequestEncoder.
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.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family