C# 클래스 WebSocketSharp.HandshakeResponse

상속: HandshakeBase
파일 보기 프로젝트 열기: uken/websocket-sharp 1 사용 예제들

공개 메소드들

메소드 설명
CreateCloseResponse ( HttpStatusCode code ) : HandshakeResponse
HandshakeResponse ( HttpStatusCode code ) : System
Parse ( string headerParts ) : HandshakeResponse
SetCookies ( WebSocketSharp.Net.CookieCollection cookies ) : void
ToString ( ) : string

비공개 메소드들

메소드 설명
HandshakeResponse ( ) : System

메소드 상세

CreateCloseResponse() 공개 정적인 메소드

public static CreateCloseResponse ( HttpStatusCode code ) : HandshakeResponse
code HttpStatusCode
리턴 HandshakeResponse

HandshakeResponse() 공개 메소드

public HandshakeResponse ( HttpStatusCode code ) : System
code HttpStatusCode
리턴 System

Parse() 공개 정적인 메소드

public static Parse ( string headerParts ) : HandshakeResponse
headerParts string
리턴 HandshakeResponse

SetCookies() 공개 메소드

public SetCookies ( WebSocketSharp.Net.CookieCollection cookies ) : void
cookies WebSocketSharp.Net.CookieCollection
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string