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