TestServer.Dispose Method

 

Namespace:   Microsoft.Owin.Testing
Assembly:  Microsoft.Owin.Testing (in Microsoft.Owin.Testing.dll)

Overload List

Name Description
System_CAPS_pubmethod Dispose()

Disposes TestServer and OWIN pipeline.

System_CAPS_protmethod Dispose(Boolean)

Disposes TestServer and OWIN pipeline.

See Also

TestServer Class
Microsoft.Owin.Testing Namespace

Return to top

TestServer.Dispose Method ()

Disposes TestServer and OWIN pipeline.

Syntax

public void Dispose()
public:
virtual void Dispose() sealed
abstract Dispose : unit -> unit
override Dispose : unit -> unit
Public Sub Dispose

Implements

IDisposable.Dispose()

Return to top

TestServer.Dispose Method (Boolean)

Disposes TestServer and OWIN pipeline.

Syntax

protected virtual void Dispose(
    bool disposing
)
protected:
virtual void Dispose(
    bool disposing
)
abstract Dispose : 
        disposing:bool -> unit
override Dispose : 
        disposing:bool -> unit
Protected Overridable Sub Dispose (
    disposing As Boolean
)

Parameters

Return to top