HttpListenerResponse.Abort 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
關閉與用戶端的連線,而不傳送回應。
public:
void Abort();
[System.Runtime.Versioning.UnsupportedOSPlatform("browser")]
public void Abort ();
public void Abort ();
[<System.Runtime.Versioning.UnsupportedOSPlatform("browser")>]
member this.Abort : unit -> unit
member this.Abort : unit -> unit
Public Sub Abort ()
- 屬性
備註
在已經關閉的物件上呼叫這個方法沒有任何作用。 如果回應尚未關閉,這個方法會關閉它和相關聯的 HttpListenerRequest 和 HttpListenerContext 物件。 用戶端的連接也會關閉,不論 KeepAlive 用戶端要求的屬性值為何。