BaseConnectionContext.ConnectionClosed 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.
Triggered when the client connection is closed.
public:
virtual property System::Threading::CancellationToken ConnectionClosed { System::Threading::CancellationToken get(); void set(System::Threading::CancellationToken value); };
public virtual System.Threading.CancellationToken ConnectionClosed { get; set; }
member this.ConnectionClosed : System.Threading.CancellationToken with get, set
Public Overridable Property ConnectionClosed As CancellationToken