Class Inet.SO.SendBufferSize
TBD
Inherited Members
Namespace: Akka.IO
Assembly: Akka.dll
Syntax
public class Inet.SO.SendBufferSize : Inet.SocketOption
Constructors
| Edit this page View SourceSendBufferSize(int)
TBD
Declaration
public SendBufferSize(int size)
Parameters
| Type | Name | Description |
|---|---|---|
| int | size | TBD |
Methods
| Edit this page View SourceAfterConnect(Socket)
TBD
Declaration
public override void AfterConnect(Socket s)
Parameters
| Type | Name | Description |
|---|---|---|
| Socket | s | TBD |
Edit this page