WsWsaEndpointRef Constructor (XmlReader, String)

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

Initializes a new instance of the WsWsaEndpointRef class with the specified reader and addressing.

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

Syntax

'Declaration
Public Sub New ( _
    reader As XmlReader, _
    addressing As String _
)
public WsWsaEndpointRef(
    XmlReader reader,
    string addressing
)
public:
WsWsaEndpointRef(
    XmlReader^ reader, 
    String^ addressing
)
new : 
        reader:XmlReader * 
        addressing:string -> WsWsaEndpointRef
public function WsWsaEndpointRef(
    reader : XmlReader, 
    addressing : String
)

Parameters

.NET Framework Security

See Also

Reference

WsWsaEndpointRef Class

WsWsaEndpointRef Overload

Ws.Services.WsaAddressing Namespace