Method | Description | |
---|---|---|
Clone ( ) : object |
Creates a new object that is a copy of the current instance.
|
|
CreateResponse ( StatusCode code, string reason ) : IResponse |
Create a new response.
|
|
Request ( IRequest request ) : System | ||
Request ( string method, SipUri uri, string version ) : System | ||
Request ( string method, string uri, string version ) : System | ||
ToString ( ) : string | ||
Validate ( ) : void |
Validate all mandatory headers.
|
Method | Description | |
---|---|---|
Assign ( string name, IHeader header ) : void |
public CreateResponse ( StatusCode code, string reason ) : IResponse | ||
code | StatusCode | Response status code |
reason | string | Reason to why the status code was used. |
return | IResponse |
public Request ( string method, SipUri uri, string version ) : System | ||
method | string | |
uri | SipUri | |
version | string | |
return | System |
public Request ( string method, string uri, string version ) : System | ||
method | string | |
uri | string | |
version | string | |
return | System |