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