1.26.2.1
Prysm
cohtml.Net.IClientSideSocket Class Reference
+ Inheritance diagram for cohtml.Net.IClientSideSocket:

Public Member Functions

virtual void Dispose ()
 
 IClientSideSocket ()
 
virtual void Send (string bytes, uint length)
 
virtual void Send (string bytes, uint length, OpCode opCode)
 
virtual uint GetBufferedAmount ()
 
virtual string GetProtocol ()
 
virtual void Close (uint code, string reason, uint length)
 
virtual void Terminate (uint code, string reason, uint length)
 
delegate void SwigDelegateIClientSideSocket_0 (string bytes, uint length)
 
delegate void SwigDelegateIClientSideSocket_1 (string bytes, uint length, int opCode)
 
delegate uint SwigDelegateIClientSideSocket_2 ()
 
delegate string SwigDelegateIClientSideSocket_3 ()
 
delegate void SwigDelegateIClientSideSocket_4 (uint code, string reason, uint length)
 
delegate void SwigDelegateIClientSideSocket_5 (uint code, string reason, uint length)
 

Protected Attributes

bool swigCMemOwn
 

Constructor & Destructor Documentation

◆ IClientSideSocket()

cohtml.Net.IClientSideSocket.IClientSideSocket ( )
inline

Member Function Documentation

◆ Close()

virtual void cohtml.Net.IClientSideSocket.Close ( uint  code,
string  reason,
uint  length 
)
inlinevirtual

◆ Dispose()

virtual void cohtml.Net.IClientSideSocket.Dispose ( )
inlinevirtual

◆ GetBufferedAmount()

virtual uint cohtml.Net.IClientSideSocket.GetBufferedAmount ( )
inlinevirtual

◆ GetProtocol()

virtual string cohtml.Net.IClientSideSocket.GetProtocol ( )
inlinevirtual

◆ Send() [1/2]

virtual void cohtml.Net.IClientSideSocket.Send ( string  bytes,
uint  length 
)
inlinevirtual

◆ Send() [2/2]

virtual void cohtml.Net.IClientSideSocket.Send ( string  bytes,
uint  length,
OpCode  opCode 
)
inlinevirtual

◆ SwigDelegateIClientSideSocket_0()

delegate void cohtml.Net.IClientSideSocket.SwigDelegateIClientSideSocket_0 ( string  bytes,
uint  length 
)

◆ SwigDelegateIClientSideSocket_1()

delegate void cohtml.Net.IClientSideSocket.SwigDelegateIClientSideSocket_1 ( string  bytes,
uint  length,
int  opCode 
)

◆ SwigDelegateIClientSideSocket_2()

delegate uint cohtml.Net.IClientSideSocket.SwigDelegateIClientSideSocket_2 ( )

◆ SwigDelegateIClientSideSocket_3()

delegate string cohtml.Net.IClientSideSocket.SwigDelegateIClientSideSocket_3 ( )

◆ SwigDelegateIClientSideSocket_4()

delegate void cohtml.Net.IClientSideSocket.SwigDelegateIClientSideSocket_4 ( uint  code,
string  reason,
uint  length 
)

◆ SwigDelegateIClientSideSocket_5()

delegate void cohtml.Net.IClientSideSocket.SwigDelegateIClientSideSocket_5 ( uint  code,
string  reason,
uint  length 
)

◆ Terminate()

virtual void cohtml.Net.IClientSideSocket.Terminate ( uint  code,
string  reason,
uint  length 
)
inlinevirtual

Member Data Documentation

◆ swigCMemOwn

bool cohtml.Net.IClientSideSocket.swigCMemOwn
protected