ConnectionContext.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 IDuplexPipe that can be used to read or write data on this connection.
public:
abstract property System::IO::Pipelines::IDuplexPipe ^ Transport { System::IO::Pipelines::IDuplexPipe ^ get(); void set(System::IO::Pipelines::IDuplexPipe ^ value); };
public abstract System.IO.Pipelines.IDuplexPipe Transport { get; set; }
member this.Transport : System.IO.Pipelines.IDuplexPipe with get, set
Public MustOverride Property Transport As IDuplexPipe