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