Click or drag to resize

TransferResponseArgs Methods

The TransferResponseArgs type exposes the following members.

Methods
 NameDescription
Public methodStatic memberCreateFromReferResponseArgs 
Public methodStatic memberCreateFromStatusCode 
Public methodIsProvisional Returns a boolean value indicating whether it is a provisional (1xx) response.
(Inherited from SIPResponseArgs)
Public methodIsRedirection Returns a boolean value indicating whether it is a redirection (3xx) response.
(Inherited from SIPResponseArgs)
Public methodIsSuccessful Returns a boolean value indicating whether it is a successful (2xx) response.
(Inherited from SIPResponseArgs)
Public methodSetFromSIPMessage
(Inherited from SIPResponseArgs)
Public methodSetFromStatusCode
(Inherited from SIPResponseArgs)
Public methodToReferResponseArgs 
Top
See Also