AvailableTransport Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Part of the NegotiationResponse that represents an individual transport and the trasfer formats the transport supports.
public ref class AvailableTransport
public class AvailableTransport
type AvailableTransport = class
Public Class AvailableTransport
- Inheritance
-
AvailableTransport
Constructors
AvailableTransport() |
Properties
TransferFormats |
A list of formats supported by the transport. Examples include "Text" and "Binary". |
Transport |
A transport available on the server. |