IStreamAbortFeature Interface

Definition

Supports aborting individual sides of a connection stream.

public interface IStreamAbortFeature
type IStreamAbortFeature = interface
Public Interface IStreamAbortFeature

Methods

AbortRead(Int64, ConnectionAbortedException)

Abort the read side of the connection stream.

AbortWrite(Int64, ConnectionAbortedException)

Abort the write side of the connection stream.

Applies to