Method | Description | |
---|---|---|
Send ( |
发送消息
|
|
Send ( Stream stream, Action |
发送数据流
|
|
Sender ( |
通过一个Config初始化Sender
|
Method | Description | |
---|---|---|
AfterReadStream ( IAsyncResult ar ) : void | ||
AfterSendCallBack ( IAsyncResult ar ) : void | ||
SendStreamCallBack ( IAsyncResult ar ) : void |
public Send ( |
||
msg | 消息内容,通过序列化为字节流 | |
callback | Action |
|
return | void |
public Send ( Stream stream, Action |
||
stream | Stream | |
callback | Action |
|
return | void |
public Sender ( |
||
config | ||
return | J9Updater.FileTransferSvc.Ver1.Msgs |