C# 클래스 NetworkCommsDotNet.Connections.IPConnection

IP Connection base class for NetworkComms.Net. This contains the functionality and tools shared by any connections that use IP related endPoints such as NetworkCommsDotNet.Connections.TCP.TCPConnection and NetworkCommsDotNet.Connections.UDP.UDPConnection.
상속: Connection
파일 보기 프로젝트 열기: MarcFletcher/NetworkComms.Net

보호된 메소드들

메소드 설명
IPConnection ( ConnectionInfo connectionInfo, SendReceiveOptions defaultSendReceiveOptions ) : NetworkCommsDotNet.DPSBase

Create a new IP connection object

비공개 메소드들

메소드 설명
IPConnection ( ) : NetworkCommsDotNet.DPSBase

메소드 상세

IPConnection() 보호된 메소드

Create a new IP connection object
protected IPConnection ( ConnectionInfo connectionInfo, SendReceiveOptions defaultSendReceiveOptions ) : NetworkCommsDotNet.DPSBase
connectionInfo ConnectionInfo ConnectionInfo corresponding to the new connection
defaultSendReceiveOptions SendReceiveOptions The SendReceiveOptions which should be used as connection defaults
리턴 NetworkCommsDotNet.DPSBase