Method | Description | |
---|---|---|
MessageFactory ( |
Method | Description | |
---|---|---|
CreateBuilder ( ) : |
||
CreateNewContext ( |
Create a new message factory context. A context is used to parse messages from a specific endpoint. |
|
CreateRequest ( string method, string path, string version ) : Request | ||
CreateResponse ( string version, StatusCode statusCode, string reason ) : Response | ||
OnRequest ( object sender, RequestEventArgs e ) : void | ||
OnResponse ( object sender, ResponseEventArgs e ) : void | ||
Release ( |
Release a used factoryContext.
|
public MessageFactory ( |
||
factory | ||
return | System |