IgnoreRequestFromThisIP Property

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

Enables or disables receiving discovery requests from this IP address.

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

Syntax

'Declaration
Public Property IgnoreRequestFromThisIP As Boolean
public bool IgnoreRequestFromThisIP { get; set; }
public:
property bool IgnoreRequestFromThisIP {
    bool get ();
    void set (bool value);
}
member IgnoreRequestFromThisIP : bool with get, set
function get IgnoreRequestFromThisIP () : boolean
function set IgnoreRequestFromThisIP (value : boolean)

Property Value

Type: System. . :: . .Boolean
Indicates whether or not discovery requests may be received.

.NET Framework Security

See Also

Reference

DpwsClient Class

Dpws.Client Namespace