Port Property

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

Gets the HTTP listener port number.

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

Syntax

'Declaration
Public Shared ReadOnly Property Port As Integer
public static int Port { get; }
public:
static property int Port {
    int get ();
}
static member Port : int
static function get Port () : int

Property Value

Type: System. . :: . .Int32
The HTTP listener port number.

.NET Framework Security

See Also

Reference

Device Class

Dpws.Device Namespace