TransportAddress Property

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

Gets or sets a DPWS-compliant transport address.

Namespace:  Dpws.Client
Assembly:  MFDpwsClient (in MFDpwsClient.dll)

Syntax

'Declaration
Public Property TransportAddress As String
public string TransportAddress { get; set; }
public:
property String^ TransportAddress {
    String^ get ();
    void set (String^ value);
}
member TransportAddress : string with get, set
function get TransportAddress () : String
function set TransportAddress (value : String)

Property Value

Type: System. . :: . .String
The transport address.

Remarks

The only transport address format supportd by this stack is: https://(device ip address):(device port)/(device.address - urn:uuid prefix)

.NET Framework Security

See Also

Reference

DpwsClient Class

Dpws.Client Namespace