Close Method (Int32)

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Closes the stream attached to this listener context with the specified value for how long the socket should linger after closing.

Namespace:  System.Net
Assembly:  System.Http (in System.Http.dll)

Syntax

'Declaration
Public Sub Close ( _
    lingerValue As Integer _
)
public void Close(
    int lingerValue
)
public:
void Close(
    int lingerValue
)
member Close : 
        lingerValue:int -> unit 
public function Close(
    lingerValue : int
)

Parameters

.NET Framework Security

See Also

Reference

HttpListenerContext Class

Close Overload

System.Net Namespace