C# Class SocketServers.ServerProtocolHelper

Mostra file Open project: vf1/serversockets

Public Methods

Method Description
ConvertTo ( this protocolName ) : ServerProtocol
TryConvertTo ( this protocolName, ServerProtocol &protocol ) : bool

Method Details

ConvertTo() public static method

public static ConvertTo ( this protocolName ) : ServerProtocol
protocolName this
return ServerProtocol

TryConvertTo() public static method

public static TryConvertTo ( this protocolName, ServerProtocol &protocol ) : bool
protocolName this
protocol ServerProtocol
return bool