C# 클래스 OpenSim.Region.CoreModules.Agent.Xfer.XferModule.XferDownLoad

파일 보기 프로젝트 열기: openmetaversefoundation/fortis-opensim 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Client IClientAPI
Data byte[]
DataPointer int
FileName string
Packet uint
Serial uint
XferID ulong

공개 메소드들

메소드 설명
AckPacket ( uint packet ) : bool

Respond to an ack packet from the client

StartSend ( ) : bool

Start a transfer

XferDownLoad ( ) : System
XferDownLoad ( string fileName, byte data, ulong xferID, IClientAPI client ) : System

메소드 상세

AckPacket() 공개 메소드

Respond to an ack packet from the client
public AckPacket ( uint packet ) : bool
packet uint
리턴 bool

StartSend() 공개 메소드

Start a transfer
public StartSend ( ) : bool
리턴 bool

XferDownLoad() 공개 메소드

public XferDownLoad ( ) : System
리턴 System

XferDownLoad() 공개 메소드

public XferDownLoad ( string fileName, byte data, ulong xferID, IClientAPI client ) : System
fileName string
data byte
xferID ulong
client IClientAPI
리턴 System

프로퍼티 상세

Client 공개적으로 프로퍼티

public IClientAPI Client
리턴 IClientAPI

Data 공개적으로 프로퍼티

public byte[] Data
리턴 byte[]

DataPointer 공개적으로 프로퍼티

public int DataPointer
리턴 int

FileName 공개적으로 프로퍼티

public string FileName
리턴 string

Packet 공개적으로 프로퍼티

public uint Packet
리턴 uint

Serial 공개적으로 프로퍼티

public uint Serial
리턴 uint

XferID 공개적으로 프로퍼티

public ulong XferID
리턴 ulong