C# Class Simple.Services.Remoting.RemotingConfig

Afficher le fichier Open project: juanplopes/simple Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
GetChannel ( ) : IChannelReceiver
GetEndpointKey ( Type type ) : string
GetUriFromAddressBase ( ) : Uri
TryRegisterClientChannel ( ) : void

Method Details

GetChannel() public méthode

public GetChannel ( ) : IChannelReceiver
Résultat IChannelReceiver

GetEndpointKey() public méthode

public GetEndpointKey ( Type type ) : string
type System.Type
Résultat string

GetUriFromAddressBase() public méthode

public GetUriFromAddressBase ( ) : Uri
Résultat System.Uri

TryRegisterClientChannel() public méthode

public TryRegisterClientChannel ( ) : void
Résultat void