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
- reader
Type: System.Xml. . :: . .XmlReader
The xml reader to use for retrieving values.
- addressing
Type: System. . :: . .String
The string that contains the endpoint values.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see dd66cd4c-b087-415f-9c3e-94e3a1835f74.