DefaultConnectionContext.Transport Property
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.
Gets or sets the transport for the connection.
public:
virtual property System::IO::Pipelines::IDuplexPipe ^ Transport { System::IO::Pipelines::IDuplexPipe ^ get(); void set(System::IO::Pipelines::IDuplexPipe ^ value); };
public override System.IO.Pipelines.IDuplexPipe Transport { get; set; }
member this.Transport : System.IO.Pipelines.IDuplexPipe with get, set
Public Overrides Property Transport As IDuplexPipe