메소드 | 설명 | |
---|---|---|
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.
|
메소드 | 설명 | |
---|---|---|
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. |
리턴 | IResponse |
public Request ( string method, SipUri uri, string version ) : System | ||
method | string | |
uri | SipUri | |
version | string | |
리턴 | System |
public Request ( string method, string uri, string version ) : System | ||
method | string | |
uri | string | |
version | string | |
리턴 | System |