Method ToProtocolType
ToProtocolType(string)
Converts the specified type to ProtocolType.
public static ProtocolType ToProtocolType(string unparsed)Parameters
- unparsedstring
- The protocol type. 
Returns
- ProtocolType
- The corresponding ProtocolType. 
Converts the specified type to ProtocolType.
public static ProtocolType ToProtocolType(string unparsed)unparsed stringThe protocol type.
The corresponding ProtocolType.