C# 클래스 RioSharp.RioConnectionlessSocketPool

상속: RioSocketPool
파일 보기 프로젝트 열기: aL3891/RioSharp 1 사용 예제들

공개 메소드들

메소드 설명
Bind ( ) : RioConnectionlessSocket

Binds a socket to the default ip and port

Bind ( IPEndPoint localEP ) : RioConnectionlessSocket

Binds a socket to a local ip and port, for multicast applications sending to a destinations on the same machine, use port 0

RioConnectionlessSocketPool ( RioFixedBufferPool sendPool, RioFixedBufferPool revicePool, ADDRESS_FAMILIES adressFam, SOCKET_TYPE sockType, PROTOCOL protocol, uint maxOutstandingReceive = 1024, uint maxOutstandingSend = 1024, uint maxSockets = 128, int adressBufferSize = 1024 ) : System

메소드 상세

Bind() 공개 메소드

Binds a socket to the default ip and port
public Bind ( ) : RioConnectionlessSocket
리턴 RioConnectionlessSocket

Bind() 공개 메소드

Binds a socket to a local ip and port, for multicast applications sending to a destinations on the same machine, use port 0
public Bind ( IPEndPoint localEP ) : RioConnectionlessSocket
localEP System.Net.IPEndPoint
리턴 RioConnectionlessSocket

RioConnectionlessSocketPool() 공개 메소드

public RioConnectionlessSocketPool ( RioFixedBufferPool sendPool, RioFixedBufferPool revicePool, ADDRESS_FAMILIES adressFam, SOCKET_TYPE sockType, PROTOCOL protocol, uint maxOutstandingReceive = 1024, uint maxOutstandingSend = 1024, uint maxSockets = 128, int adressBufferSize = 1024 ) : System
sendPool RioFixedBufferPool
revicePool RioFixedBufferPool
adressFam ADDRESS_FAMILIES
sockType SOCKET_TYPE
protocol PROTOCOL
maxOutstandingReceive uint
maxOutstandingSend uint
maxSockets uint
adressBufferSize int
리턴 System