ConversationContextChannel.BeginSendData Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sends message to remote endpoint with the given content.
public:
IAsyncResult ^ BeginSendData(System::Net::Mime::ContentType ^ contentType, cli::array <System::Byte> ^ contentBody, AsyncCallback ^ userCallback, System::Object ^ state);
public IAsyncResult BeginSendData (System.Net.Mime.ContentType contentType, byte[] contentBody, AsyncCallback userCallback, object state);
member this.BeginSendData : System.Net.Mime.ContentType * byte[] * AsyncCallback * obj -> IAsyncResult
Parameters
- contentType
- ContentType
- contentBody
- Byte[]
- userCallback
- AsyncCallback
- state
- Object