ProtocolProvider.IsIPPortProtocol Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
.