C# 클래스 EventStore.Core.Services.Transport.Tcp.TcpPackage

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

공개 프로퍼티들

프로퍼티 타입 설명
Command TcpCommand
CorrelationId System.Guid
Data ArraySegment
Flags TcpFlags
Login string
Password string

공개 메소드들

메소드 설명
AsArraySegment ( ) : ArraySegment
AsByteArray ( ) : byte[]
FromArraySegment ( ArraySegment data ) : TcpPackage
TcpPackage ( TcpCommand command, System.Guid correlationId, ArraySegment data ) : System
TcpPackage ( TcpCommand command, System.Guid correlationId, byte data ) : System
TcpPackage ( TcpCommand command, TcpFlags flags, System.Guid correlationId, string login, string password, ArraySegment data ) : System
TcpPackage ( TcpCommand command, TcpFlags flags, System.Guid correlationId, string login, string password, byte data ) : System

메소드 상세

AsArraySegment() 공개 메소드

public AsArraySegment ( ) : ArraySegment
리턴 ArraySegment

AsByteArray() 공개 메소드

public AsByteArray ( ) : byte[]
리턴 byte[]

FromArraySegment() 공개 정적인 메소드

public static FromArraySegment ( ArraySegment data ) : TcpPackage
data ArraySegment
리턴 TcpPackage

TcpPackage() 공개 메소드

public TcpPackage ( TcpCommand command, System.Guid correlationId, ArraySegment data ) : System
command TcpCommand
correlationId System.Guid
data ArraySegment
리턴 System

TcpPackage() 공개 메소드

public TcpPackage ( TcpCommand command, System.Guid correlationId, byte data ) : System
command TcpCommand
correlationId System.Guid
data byte
리턴 System

TcpPackage() 공개 메소드

public TcpPackage ( TcpCommand command, TcpFlags flags, System.Guid correlationId, string login, string password, ArraySegment data ) : System
command TcpCommand
flags TcpFlags
correlationId System.Guid
login string
password string
data ArraySegment
리턴 System

TcpPackage() 공개 메소드

public TcpPackage ( TcpCommand command, TcpFlags flags, System.Guid correlationId, string login, string password, byte data ) : System
command TcpCommand
flags TcpFlags
correlationId System.Guid
login string
password string
data byte
리턴 System

프로퍼티 상세

Command 공개적으로 프로퍼티

public TcpCommand Command
리턴 TcpCommand

CorrelationId 공개적으로 프로퍼티

public Guid,System CorrelationId
리턴 System.Guid

Data 공개적으로 프로퍼티

public ArraySegment Data
리턴 ArraySegment

Flags 공개적으로 프로퍼티

public TcpFlags Flags
리턴 TcpFlags

Login 공개적으로 프로퍼티

public string Login
리턴 string

Password 공개적으로 프로퍼티

public string Password
리턴 string