Uri Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Extracts the Uniform Resource Identifier (URI) associated with this reply.

Namespace:  Ws.Services.Binding
Assembly:  MFWsStack (in MFWsStack.dll)

Syntax

'Declaration
Public ReadOnly Property Uri As Uri
public Uri Uri { get; }
public:
virtual property Uri^ Uri {
    Uri^ get () sealed;
}
abstract Uri : Uri
override Uri : Uri
final function get Uri () : Uri

Property Value

Type: System. . :: . .Uri
The endpoint address of the transport binding.

Implements

IReplyChannel. . :: . .Uri

.NET Framework Security

See Also

Reference

ReplyChannel Class

Ws.Services.Binding Namespace