C# 클래스 SIPSorcery.SIP.App.PolicyConnection

Encapsulate and manage state for a single connection from a client
파일 보기 프로젝트 열기: sipsorcery/sipsorcery 1 사용 예제들

공개 메소드들

메소드 설명
OnSend ( IAsyncResult res ) : void
PolicyConnection ( Socket client, byte policy ) : System

비공개 메소드들

메소드 설명
OnReceive ( IAsyncResult res ) : void

메소드 상세

OnSend() 공개 메소드

public OnSend ( IAsyncResult res ) : void
res IAsyncResult
리턴 void

PolicyConnection() 공개 메소드

public PolicyConnection ( Socket client, byte policy ) : System
client Socket
policy byte
리턴 System