IConnectionTransportFeature.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:
property System::IO::Pipelines::IDuplexPipe ^ Transport { System::IO::Pipelines::IDuplexPipe ^ get(); void set(System::IO::Pipelines::IDuplexPipe ^ value); };
public System.IO.Pipelines.IDuplexPipe Transport { get; set; }
member this.Transport : System.IO.Pipelines.IDuplexPipe with get, set
Public Property Transport As IDuplexPipe