SipServiceRequest Members
Sends a service request to the server.
The SipServiceRequest type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SipServiceRequest(RealTimeEndpoint, ContentType, array<Byte>[]()[][]) | ||
SipServiceRequest(SipEndpoint, ContentType, array<Byte>[]()[][]) | Initializes a new instance of the class. |
Top
Methods
Name | Description | |
---|---|---|
BeginService(AsyncCallback, Object) | Initiates a service request. | |
BeginService(RealTimeAddress, AsyncCallback, Object) | Initiates a service request. | |
BeginService(IEnumerable<(Of <<'(SignalingHeader>)>>), RealTimeAddress, AsyncCallback, Object) | Initiates a service request. | |
EndService | Ends the service request and returns the response. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
Service | ||
ToString | (Inherited from Object.) |
Top