Method HasExposerFor
HasExposerFor(string)
Determines whether this protocol has an exposer for the specified name.
public bool HasExposerFor(string name)
Parameters
namestringThe name.
Returns
- bool
trueif this protocol has an exposer for the specified name; otherwise,false.