Method | Description | |
---|---|---|
HandlesRequest ( this server ) : |
Asserts that the T:Stumps.IStumpsServer will handle certain HTTP with a T:Stumps.Stump.
|
|
HandlesRequest ( this server, string stumpId ) : |
Asserts that the T:Stumps.IStumpsServer will handle certain HTTP with a T:Stumps.Stump.
|
|
IsNotAProxy ( this server ) : IStumpsServer |
Asserts that the T:Stumps.IStumpsServer should not redirect traffic to a remote HTTP server.
|
|
IsProxyFor ( this server, |
Asserts that the T:Stumps.IStumpsServer should redirect traffic to a specified remote HTTP server.
|
|
IsProxyFor ( this server, string remoteServerUrl ) : IStumpsServer |
Asserts that the T:Stumps.IStumpsServer should redirect traffic to a specified remote HTTP server.
|
|
RespondsWithHttp404 ( this server ) : IStumpsServer |
Asserts that the T:Stumps.IStumpsServer should return an HTTP 404 error message for requests that cannot be handled.
|
|
RespondsWithHttp503 ( this server ) : IStumpsServer |
Asserts that the T:Stumps.IStumpsServer should return an HTTP 503 error message for requests that cannot be handled.
|
public static HandlesRequest ( this server ) : |
||
server | this | The |
return |
public static HandlesRequest ( this server, string stumpId ) : |
||
server | this | The |
stumpId | string | The unique identifier for the |
return |
public static IsNotAProxy ( this server ) : IStumpsServer | ||
server | this | The |
return | IStumpsServer |
public static IsProxyFor ( this server, |
||
server | this | The |
remoteServer | The |
|
return | IStumpsServer |
public static IsProxyFor ( this server, string remoteServerUrl ) : IStumpsServer | ||
server | this | The |
remoteServerUrl | string | The URL for the remote HTTP server. |
return | IStumpsServer |
public static RespondsWithHttp404 ( this server ) : IStumpsServer | ||
server | this | The |
return | IStumpsServer |
public static RespondsWithHttp503 ( this server ) : IStumpsServer | ||
server | this | The |
return | IStumpsServer |