ClientBase<TChannel>.ChannelBase<T>.IRequestChannel.Request Method (Message)
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Sends a message-based request and returns the correlated message-based response.
Namespace: System.ServiceModel
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Syntax
'Declaration
Private Function Request ( _
message As Message _
) As Message Implements IRequestChannel.Request
Message IRequestChannel.Request(
Message message
)
Parameters
- message
Type: System.ServiceModel.Channels.Message
The request Message to be transmitted.
Return Value
Type: System.ServiceModel.Channels.Message
The Message received in response to the request.
Implements
Remarks
Passing the message into the request channel causes the message to be consumed. After you call IRequestChannel.Request(Message), you can no longer inspect the message or call Close on the message.
Version Information
Silverlight
Supported in: 5, 4, 3
Silverlight for Windows Phone
Supported in: Windows Phone OS 7.1, Windows Phone OS 7.0
XNA Framework
Supported in: Windows Phone OS 7.0
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.