EndpointAddress Property

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

Contains a DPWS-compliant endpoint address.

Namespace:  Dpws.Device
Assembly:  MFDpwsDevice (in MFDpwsDevice.dll)

Syntax

'Declaration
Public Shared ReadOnly Property EndpointAddress As String
public static string EndpointAddress { get; }
public:
static property String^ EndpointAddress {
    String^ get ();
}
static member EndpointAddress : string
static function get EndpointAddress () : String

Property Value

Type: System. . :: . .String
A DPWS-compliant endpoint address.

Remarks

This stack supports URN:UUID:(GUID) format addresses only.

.NET Framework Security

See Also

Reference

Device Class

Dpws.Device Namespace