Share via


ProtocolProvider.IsIPPortProtocol Property

Definition

When overridden in a derived class, gets a value indicating whether the IPPort is supported by the ProtocolProvider object.

public:
 virtual property bool IsIPPortProtocol { bool get(); };
public virtual bool IsIPPortProtocol { get; }
member this.IsIPPortProtocol : bool
Public Overridable ReadOnly Property IsIPPortProtocol As Boolean

Property Value

true if the IPPort is supported by the ProtocolProvider; otherwise, false. The default is true.

Applies to