C# 클래스 SocketServers.ServerProtocolHelper

파일 보기 프로젝트 열기: vf1/serversockets

공개 메소드들

메소드 설명
ConvertTo ( this protocolName ) : ServerProtocol
TryConvertTo ( this protocolName, ServerProtocol &protocol ) : bool

메소드 상세

ConvertTo() 공개 정적인 메소드

public static ConvertTo ( this protocolName ) : ServerProtocol
protocolName this
리턴 ServerProtocol

TryConvertTo() 공개 정적인 메소드

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