ConnectionContext.Abort Method
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.
Overloads
Abort() |
Aborts the underlying connection. |
Abort(ConnectionAbortedException) |
Aborts the underlying connection. |
Abort()
- Source:
- ConnectionContext.cs
- Source:
- ConnectionContext.cs
- Source:
- ConnectionContext.cs
- Source:
- ConnectionContext.cs
- Source:
- ConnectionContext.cs
- Source:
- ConnectionContext.cs
- Source:
- ConnectionContext.cs
- Source:
- ConnectionContext.cs
Aborts the underlying connection.
public:
virtual void Abort();
public:
override void Abort();
public virtual void Abort ();
public override void Abort ();
abstract member Abort : unit -> unit
override this.Abort : unit -> unit
override this.Abort : unit -> unit
Public Overridable Sub Abort ()
Public Overrides Sub Abort ()
Applies to
Abort(ConnectionAbortedException)
- Source:
- ConnectionContext.cs
- Source:
- ConnectionContext.cs
- Source:
- ConnectionContext.cs
- Source:
- ConnectionContext.cs
- Source:
- ConnectionContext.cs
- Source:
- ConnectionContext.cs
- Source:
- ConnectionContext.cs
- Source:
- ConnectionContext.cs
Aborts the underlying connection.
public:
virtual void Abort(Microsoft::AspNetCore::Connections::ConnectionAbortedException ^ abortReason);
public:
override void Abort(Microsoft::AspNetCore::Connections::ConnectionAbortedException ^ abortReason);
public virtual void Abort (Microsoft.AspNetCore.Connections.ConnectionAbortedException abortReason);
public override void Abort (Microsoft.AspNetCore.Connections.ConnectionAbortedException abortReason);
abstract member Abort : Microsoft.AspNetCore.Connections.ConnectionAbortedException -> unit
override this.Abort : Microsoft.AspNetCore.Connections.ConnectionAbortedException -> unit
override this.Abort : Microsoft.AspNetCore.Connections.ConnectionAbortedException -> unit
Public Overridable Sub Abort (abortReason As ConnectionAbortedException)
Public Overrides Sub Abort (abortReason As ConnectionAbortedException)
Parameters
- abortReason
- ConnectionAbortedException
A ConnectionAbortedException describing the reason the connection is being terminated.