C# Class UnityEngine.Networking.ConnectionConfigInternal

Inheritance: IDisposable
ファイルを表示 Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Public Methods

Method Description
ConnectionConfigInternal ( ConnectionConfig config ) : System

Private Methods

Method Description
AddChannel ( QosType value ) : byte
ConnectionConfigInternal ( ) : System
Dispose ( ) : void
GetChannel ( int i ) : QosType
InitAckDelay ( uint value ) : void
InitAllCostTimeout ( uint value ) : void
InitConnectTimeout ( uint value ) : void
InitDisconnectTimeout ( uint value ) : void
InitFragmentSize ( ushort value ) : void
InitIsAcksLong ( bool value ) : void
InitMaxCombinedReliableMessageCount ( ushort value ) : void
InitMaxCombinedReliableMessageSize ( ushort value ) : void
InitMaxConnectionAttempt ( byte value ) : void
InitMaxSentMessageQueueSize ( ushort value ) : void
InitMinUpdateTimeout ( uint value ) : void
InitNetworkDropThreshold ( byte value ) : void
InitOverflowDropThreshold ( byte value ) : void
InitPacketSize ( ushort value ) : void
InitPingTimeout ( uint value ) : void
InitReducedPingTimeout ( uint value ) : void
InitResendTimeout ( uint value ) : void
InitUsePlatformSpecificProtocols ( bool value ) : void
InitWebSocketReceiveBufferMaxSize ( ushort value ) : void
InitWrapper ( ) : void

Method Details

ConnectionConfigInternal() public method

public ConnectionConfigInternal ( ConnectionConfig config ) : System
config ConnectionConfig
return System