C# 클래스 SocketServers.ServersManager.EndpointInfo

파일 보기 프로젝트 열기: vf1/serversockets

공개 프로퍼티들

프로퍼티 타입 설명
AddressInformation UnicastIPAddressInformation
ProtocolPort ProtocolPort
ServerEndPoint SocketServers.ServerEndPoint

공개 메소드들

메소드 설명
EndpointInfo ( ProtocolPort protocolPort, UnicastIPAddressInformation addressInformation ) : System

메소드 상세

EndpointInfo() 공개 메소드

public EndpointInfo ( ProtocolPort protocolPort, UnicastIPAddressInformation addressInformation ) : System
protocolPort ProtocolPort
addressInformation UnicastIPAddressInformation
리턴 System

프로퍼티 상세

AddressInformation 공개적으로 프로퍼티

public UnicastIPAddressInformation AddressInformation
리턴 UnicastIPAddressInformation

ProtocolPort 공개적으로 프로퍼티

public ProtocolPort,SocketServers ProtocolPort
리턴 ProtocolPort

ServerEndPoint 공개적으로 프로퍼티

public ServerEndPoint,SocketServers ServerEndPoint
리턴 SocketServers.ServerEndPoint