AspNetWebSocket.Dispose Method

Definition

Releases all resources used by an AspNetWebSocket object.

public:
 override void Dispose();
public override void Dispose ();
override this.Dispose : unit -> unit
Public Overrides Sub Dispose ()

Remarks

ASP.NET automatically calls the Dispose method on a AspNetWebSocket object to release any resources that remain after your code has finished executing.

Applies to