C# 클래스 Netronics.Properties

상속: IProperties
파일 보기 프로젝트 열기: shlee322/Netronics 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
ChannelPipe IChannelPipe
IpEndPoint System.Net.IPEndPoint

공개 메소드들

메소드 설명
CreateProperties ( IPEndPoint ipEndPoint, IChannelPipe pipe ) : Properties

새로운 Properties를 생성하는 메소드

GetChannelPipe ( ) : IChannelPipe
GetIPEndPoint ( ) : IPEndPoint
OnStartEvent ( Netronics netronics, StartEventArgs eventArgs ) : void
OnStopEvent ( Netronics netronics, EventArgs eventArgs ) : void
SetIpEndPoint ( IPEndPoint endPoint ) : Properties

보호된 메소드들

메소드 설명
Properties ( ) : System

메소드 상세

CreateProperties() 공개 정적인 메소드

새로운 Properties를 생성하는 메소드
public static CreateProperties ( IPEndPoint ipEndPoint, IChannelPipe pipe ) : Properties
ipEndPoint System.Net.IPEndPoint 사용할 IPEndPoint
pipe IChannelPipe 사용할 ChannelPipe
리턴 Properties

GetChannelPipe() 공개 메소드

public GetChannelPipe ( ) : IChannelPipe
리턴 IChannelPipe

GetIPEndPoint() 공개 메소드

public GetIPEndPoint ( ) : IPEndPoint
리턴 System.Net.IPEndPoint

OnStartEvent() 공개 메소드

public OnStartEvent ( Netronics netronics, StartEventArgs eventArgs ) : void
netronics Netronics
eventArgs StartEventArgs
리턴 void

OnStopEvent() 공개 메소드

public OnStopEvent ( Netronics netronics, EventArgs eventArgs ) : void
netronics Netronics
eventArgs System.EventArgs
리턴 void

Properties() 보호된 메소드

protected Properties ( ) : System
리턴 System

SetIpEndPoint() 공개 메소드

public SetIpEndPoint ( IPEndPoint endPoint ) : Properties
endPoint System.Net.IPEndPoint
리턴 Properties

프로퍼티 상세

ChannelPipe 보호되어 있는 프로퍼티

protected IChannelPipe ChannelPipe
리턴 IChannelPipe

IpEndPoint 보호되어 있는 프로퍼티

protected IPEndPoint,System.Net IpEndPoint
리턴 System.Net.IPEndPoint