Overload List

  Name Description
BeginPublishServiceRequest(String, ContentType, String, AsyncCallback, Object)
This method will create a SipService Request for the given contentType and messageBody, service operations started with this method should be completed by 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. Service operations started with this method should be completed by calling the EndPublishServiceRequest method.

See Also