Class NetworkConnectionToServer
Inheritance
NetworkConnectionToServer
Assembly: doc.dll
Syntax
public class NetworkConnectionToServer : NetworkConnection
Properties
|
Improve this Doc
View Source
address
Declaration
public override string address { get; }
Property Value
Overrides
Methods
|
Improve this Doc
View Source
Disconnect()
Disconnects this connection.
Declaration
public override void Disconnect()
Overrides
|
Improve this Doc
View Source
SendToTransport(ArraySegment<Byte>, Int32)
Declaration
protected override void SendToTransport(ArraySegment<byte> segment, int channelId = null)
Parameters
Type |
Name |
Description |
ArraySegment<Byte> |
segment |
|
Int32 |
channelId |
|
Overrides