C# 클래스 DeOps.SettingsPacket

상속: DeOps.Implementation.Protocol.G2Packet
파일 보기 프로젝트 열기: swax/DeOps 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
AwayMessage string
FileKey byte[]
GlobalIM bool
Invisible bool
KeyPair System.Security.Cryptography.RSACryptoServiceProvider
KeyPublic byte[]
Location string
OpAccess AccessType
OpKey byte[]
Operation string
PublicOpID byte[]
Security SecurityLevel
TcpPort ushort
UdpPort ushort
UserName string

공개 메소드들

메소드 설명
Decode ( DeOps.Implementation.Protocol.G2Header root ) : SettingsPacket
Encode ( DeOps.Implementation.Protocol.G2Protocol protocol ) : byte[]
SettingsPacket ( ) : System

비공개 메소드들

메소드 설명
DecodeKey ( DeOps.Implementation.Protocol.G2Header child, SettingsPacket settings ) : void

메소드 상세

Decode() 공개 정적인 메소드

public static Decode ( DeOps.Implementation.Protocol.G2Header root ) : SettingsPacket
root DeOps.Implementation.Protocol.G2Header
리턴 SettingsPacket

Encode() 공개 메소드

public Encode ( DeOps.Implementation.Protocol.G2Protocol protocol ) : byte[]
protocol DeOps.Implementation.Protocol.G2Protocol
리턴 byte[]

SettingsPacket() 공개 메소드

public SettingsPacket ( ) : System
리턴 System

프로퍼티 상세

AwayMessage 공개적으로 프로퍼티

public string AwayMessage
리턴 string

FileKey 공개적으로 프로퍼티

public byte[] FileKey
리턴 byte[]

GlobalIM 공개적으로 프로퍼티

public bool GlobalIM
리턴 bool

Invisible 공개적으로 프로퍼티

public bool Invisible
리턴 bool

KeyPair 공개적으로 프로퍼티

public RSACryptoServiceProvider,System.Security.Cryptography KeyPair
리턴 System.Security.Cryptography.RSACryptoServiceProvider

KeyPublic 공개적으로 프로퍼티

public byte[] KeyPublic
리턴 byte[]

Location 공개적으로 프로퍼티

public string Location
리턴 string

OpAccess 공개적으로 프로퍼티

public AccessType OpAccess
리턴 AccessType

OpKey 공개적으로 프로퍼티

public byte[] OpKey
리턴 byte[]

Operation 공개적으로 프로퍼티

public string Operation
리턴 string

PublicOpID 공개적으로 프로퍼티

public byte[] PublicOpID
리턴 byte[]

Security 공개적으로 프로퍼티

public SecurityLevel Security
리턴 SecurityLevel

TcpPort 공개적으로 프로퍼티

public ushort TcpPort
리턴 ushort

UdpPort 공개적으로 프로퍼티

public ushort UdpPort
리턴 ushort

UserName 공개적으로 프로퍼티

public string UserName
리턴 string