ClientBase(Of TChannel).ChannelBase(Of T).IOutputChannel.Send Method (Message)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Transmits a message to the destination of the output channel.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Parameters
- message
- Type: System.ServiceModel.Channels.Message
The Message being sent on the output channel.
Implements
IOutputChannel.Send(Message)The destination for messages sent out on an output channel is specified at channel creation time.
The Send method does not guarantee the delivery of message to the remote endpoint. An implementation of IOutputChannel can silently drop messages for a variety of reasons. There might be no more buffer room, for example. If delivery guarantees are required, use IOutputSessionChannel.