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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see dd66cd4c-b087-415f-9c3e-94e3a1835f74.