QuicStream.Abort(QuicAbortDirection, Int64) 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.
public:
void Abort(System::Net::Quic::QuicAbortDirection abortDirection, long errorCode);
public void Abort (System.Net.Quic.QuicAbortDirection abortDirection, long errorCode);
member this.Abort : System.Net.Quic.QuicAbortDirection * int64 -> unit
Public Sub Abort (abortDirection As QuicAbortDirection, errorCode As Long)
Parameters
- abortDirection
- QuicAbortDirection
The direction of the stream to abort.
- errorCode
- Int64
The error code with which to abort the stream. This value is application-protocol (which is the layer above QUIC) dependent.
Remarks
Corresponds to STOP_SENDING and RESET_STREAM QUIC frames.
Applies to
ทํางานร่วมกับเราใน GitHub
แหล่งที่มาสำหรับเนื้อหานี้สามารถพบได้บน GitHub ซึ่งคุณยังสามารถสร้างและตรวจสอบปัญหาและคำขอดึงข้อมูลได้ สำหรับข้อมูลเพิ่มเติม ให้ดูคู่มือผู้สนับสนุนของเรา