ConnectionContext.Transport プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
この接続のデータの IDuplexPipe 読み取りまたは書き込みに使用できる を取得または設定します。
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