C# 클래스 SipSharp.Transports.Parser.BodyEventArgs

Arguments used when more body bytes have come.
상속: System.EventArgs
파일 보기 프로젝트 열기: jgauffin/SipSharp 1 사용 예제들

공개 메소드들

메소드 설명
BodyEventArgs ( ) : System

Initializes a new instance of the BodyEventArgs class.

BodyEventArgs ( byte buffer, int offset, int count ) : System

Initializes a new instance of the BodyEventArgs class.

비공개 메소드들

메소드 설명
AssignInternal ( byte bytes, int offset, int count ) : void

메소드 상세

BodyEventArgs() 공개 메소드

Initializes a new instance of the BodyEventArgs class.
public BodyEventArgs ( ) : System
리턴 System

BodyEventArgs() 공개 메소드

Initializes a new instance of the BodyEventArgs class.
public BodyEventArgs ( byte buffer, int offset, int count ) : System
buffer byte buffer that contains the received bytes.
offset int offset in buffer where to start processing.
count int number of bytes from that should be parsed.
리턴 System