BeginPublishServiceRequest Method
Overload List
Name | Description | |
---|---|---|
BeginPublishServiceRequest(String, ContentType, String, AsyncCallback, Object) | This method will create a SipService Request for the given contentType and messageBody, service operation started with this method should be completed via calling the EndPublishServiceRequest method. | |
BeginPublishServiceRequest(String, ContentType, IEnumerable<(Of <<'(SignalingHeader>)>>), String, AsyncCallback, Object) | This method will create a SipService Request for the given contentType, messageBody and additional custom headers. |
Top