HttpListenerResponse.Abort 方法

定义

关闭到客户端的连接而不发送响应。

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 ()
属性

注解

对已关闭的对象调用此方法不起作用。 如果尚未关闭响应,此方法将关闭它以及关联的 HttpListenerRequestHttpListenerContext 对象。 与客户端的连接也会关闭,而不考虑 KeepAlive 客户端请求的属性值。

适用于

另请参阅