Transport Property

Summary
Gets or sets the accepted transport returned by the server response.
Syntax
C#
VB
C++
public string Transport { get; set; } 
  
Public Property Transport As String 
public: 
property String^ Transport { 
   String^ get(); 
   void set (    String^ ); 
} 

Property Value

A System.String which specifies the accepted transport returned by the server response.

Remarks

This parameter shall be assigned one of the values in the list of acceptable transport names supplied in the NewChannel request field.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Jpip Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.