C# 클래스 ALE.Tcp.WebSocketHandshake

파일 보기 프로젝트 열기: blesh/ALE 1 사용 예제들

공개 메소드들

메소드 설명
GetHandshake ( Encoding enc, string secKey, string ip, int port, string origin ) : string
GetSecKey ( string clientHandshake ) : string
HashSecKey ( Encoding enc, string secKey ) : string

메소드 상세

GetHandshake() 공개 정적인 메소드

public static GetHandshake ( Encoding enc, string secKey, string ip, int port, string origin ) : string
enc System.Text.Encoding
secKey string
ip string
port int
origin string
리턴 string

GetSecKey() 공개 정적인 메소드

public static GetSecKey ( string clientHandshake ) : string
clientHandshake string
리턴 string

HashSecKey() 공개 정적인 메소드

public static HashSecKey ( Encoding enc, string secKey ) : string
enc System.Text.Encoding
secKey string
리턴 string