ClientBase<TChannel>.ChannelBase<T>.IRequestChannel.Request Method (Message, TimeSpan)

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Sends a message-based request and returns the correlated message-based response within a specified interval of time.

Namespace:  System.ServiceModel
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

Syntax

'Declaration
Private Function Request ( _
    message As Message, _
    timeout As TimeSpan _
) As Message Implements IRequestChannel.Request
Message IRequestChannel.Request(
    Message message,
    TimeSpan timeout
)

Parameters

  • timeout
    Type: System.TimeSpan
    The TimeSpan that specifies the interval of time within which a response must be received.

Return Value

Type: System.ServiceModel.Channels.Message
The Message received in response to the request.

Implements

IRequestChannel.Request(Message, TimeSpan)

Remarks

Passing the message into the request channel causes the message to be consumed. After you call Request, 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.