C# Class Simple.Services.Remoting.RemotingConfig

ファイルを表示 Open project: juanplopes/simple Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
GetChannel ( ) : IChannelReceiver
GetEndpointKey ( Type type ) : string
GetUriFromAddressBase ( ) : Uri
TryRegisterClientChannel ( ) : void

Method Details

GetChannel() public method

public GetChannel ( ) : IChannelReceiver
return IChannelReceiver

GetEndpointKey() public method

public GetEndpointKey ( Type type ) : string
type System.Type
return string

GetUriFromAddressBase() public method

public GetUriFromAddressBase ( ) : Uri
return System.Uri

TryRegisterClientChannel() public method

public TryRegisterClientChannel ( ) : void
return void