Property | Type | Description | |
---|---|---|---|
Band | Session | ||
CallbackHandle | double | ||
Closed | bool | ||
Critical | bool | ||
FlowId | ulong | ||
Id | ulong | ||
Obj | string | ||
Reliable | bool | ||
Signature | string |
Method | Description | |
---|---|---|
Acknowledgment ( |
||
BeginTransaction ( ) : void | ||
Clear ( ) : void | ||
Close ( ) : void | ||
Connect ( Variant connectArgs, Variant>.Action |
||
CreateStream ( Variant>.Action |
||
Dispose ( ) : void | ||
EndTransaction ( uint numberOfCancel ) : void | ||
Fail ( string error ) : void | ||
FlowWriter ( FlowWriter flowWriter ) : System | ||
FlowWriter ( string signature, Session band, ulong flowId ) : System | ||
Flush ( H2NBinaryWriter writer, ulong stage, byte flags, bool header, N2HBinaryReader reader, ushort size ) : void | ||
Flush ( bool full = false ) : void | ||
Manage ( ) : void | ||
NewStreamWriter ( byte type ) : StreamWriter | ||
Play ( string name ) : void | ||
Reset ( ulong id ) : void | ||
SetPeerInfo ( IPEndPoint ipEndPoint ) : void | ||
WriteAMFMessage ( string name, double callBackHandle ) : AMF0Writer | ||
WriteAMFPacket ( string name ) : AMF0Writer | ||
WriteAMFRequestMessage ( string name, double callBackHandle ) : AMF0Writer | ||
WriteAMFResponse ( string name, string code, string description ) : AMFObjectWriter | ||
WriteAMFResult ( ) : AMF0Writer | ||
WriteErrorResponse ( string code, string description ) : void | ||
WriteFlexMessage ( string name, double callBackHandle ) : AMF0Writer | ||
WriteStatusResponse ( string code, string description ) : void | ||
WriteSuccessResponse ( string code, string description ) : AMFObjectWriter | ||
WriteUnbufferedMessage ( MemoryStream bufferWithOffset, MemoryStream memAck = null ) : void | ||
WriterRawMessage ( bool withoutHeader = false ) : H2NBinaryWriter |
Method | Description | |
---|---|---|
AckMessageHandler ( uint ackCount, uint lostCount, object reader1, uint available, uint size ) : void | ||
Reset ( uint count ) : void |
Method | Description | |
---|---|---|
CreateBufferedMessage ( ) : MessageBuffered | ||
HeaderSize ( ulong stage ) : uint | ||
RaiseMessage ( ) : void | ||
WriteRequetHeader ( AMF0Writer writer, string name, double callbackHandle ) : void | ||
WriteResponseHeader ( AMF0Writer writer, string name, double callbackHandle ) : void |
protected AckMessageHandler ( uint ackCount, uint lostCount, object reader1, uint available, uint size ) : void | ||
ackCount | uint | |
lostCount | uint | |
reader1 | object | |
available | uint | |
size | uint | |
return | void |
public Acknowledgment ( |
||
reader | ||
return | void |
public Connect ( Variant connectArgs, Variant>.Action |
||
connectArgs | Variant | |
callback | Variant>.Action | |
return | void |
public CreateStream ( Variant>.Action |
||
callback | Variant>.Action | |
return | void |
public EndTransaction ( uint numberOfCancel ) : void | ||
numberOfCancel | uint | |
return | void |
public FlowWriter ( FlowWriter flowWriter ) : System | ||
flowWriter | FlowWriter | |
return | System |
public FlowWriter ( string signature, Session band, ulong flowId ) : System | ||
signature | string | |
band | Session | |
flowId | ulong | |
return | System |
public Flush ( H2NBinaryWriter writer, ulong stage, byte flags, bool header, N2HBinaryReader reader, ushort size ) : void | ||
writer | H2NBinaryWriter | |
stage | ulong | |
flags | byte | |
header | bool | |
reader | N2HBinaryReader | |
size | ushort | |
return | void |
public NewStreamWriter ( byte type ) : StreamWriter | ||
type | byte | |
return | StreamWriter |
public SetPeerInfo ( IPEndPoint ipEndPoint ) : void | ||
ipEndPoint | IPEndPoint | |
return | void |
public WriteAMFMessage ( string name, double callBackHandle ) : AMF0Writer | ||
name | string | |
callBackHandle | double | |
return | AMF0Writer |
public WriteAMFPacket ( string name ) : AMF0Writer | ||
name | string | |
return | AMF0Writer |
public WriteAMFRequestMessage ( string name, double callBackHandle ) : AMF0Writer | ||
name | string | |
callBackHandle | double | |
return | AMF0Writer |
public WriteAMFResponse ( string name, string code, string description ) : AMFObjectWriter | ||
name | string | |
code | string | |
description | string | |
return | AMFObjectWriter |
public WriteErrorResponse ( string code, string description ) : void | ||
code | string | |
description | string | |
return | void |
public WriteFlexMessage ( string name, double callBackHandle ) : AMF0Writer | ||
name | string | |
callBackHandle | double | |
return | AMF0Writer |
public WriteStatusResponse ( string code, string description ) : void | ||
code | string | |
description | string | |
return | void |
public WriteSuccessResponse ( string code, string description ) : AMFObjectWriter | ||
code | string | |
description | string | |
return | AMFObjectWriter |
public WriteUnbufferedMessage ( MemoryStream bufferWithOffset, MemoryStream memAck = null ) : void | ||
bufferWithOffset | MemoryStream | |
memAck | MemoryStream | |
return | void |
public WriterRawMessage ( bool withoutHeader = false ) : H2NBinaryWriter | ||
withoutHeader | bool | |
return | H2NBinaryWriter |