Share via


DiscoveryResponsePort Property

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

Use to get or set the UDP discovery port where this client listens for discovery responses.

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

Syntax

'Declaration
Public Property DiscoveryResponsePort As Integer
public int DiscoveryResponsePort { get; set; }
public:
property int DiscoveryResponsePort {
    int get ();
    void set (int value);
}
member DiscoveryResponsePort : int with get, set
function get DiscoveryResponsePort () : int
function set DiscoveryResponsePort (value : int)

Property Value

Type: System. . :: . .Int32
An integer indicating the UDP discovery port.

.NET Framework Security

See Also

Reference

DpwsDiscoveryClient Class

Dpws.Client.Discovery Namespace