C# 클래스 Simple.Services.Remoting.RemotingConfig

파일 보기 프로젝트 열기: juanplopes/simple 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
GetChannel ( ) : IChannelReceiver
GetEndpointKey ( Type type ) : string
GetUriFromAddressBase ( ) : Uri
TryRegisterClientChannel ( ) : void

메소드 상세

GetChannel() 공개 메소드

public GetChannel ( ) : IChannelReceiver
리턴 IChannelReceiver

GetEndpointKey() 공개 메소드

public GetEndpointKey ( Type type ) : string
type System.Type
리턴 string

GetUriFromAddressBase() 공개 메소드

public GetUriFromAddressBase ( ) : Uri
리턴 System.Uri

TryRegisterClientChannel() 공개 메소드

public TryRegisterClientChannel ( ) : void
리턴 void