C# Class XDMessaging.RegisterWithClient

Afficher le fichier Open project: TheCodeKing/XDMessaging.Net

Méthodes publiques

Méthode Description
GetAmazonBroadcaster ( this client ) : IXDBroadcaster
GetAmazonListener ( this client ) : IXDListener
GetIOStreamBroadcaster ( this client ) : IXDBroadcaster
GetIOStreamListener ( this client ) : IXDListener
GetMulticastBroadcaster ( this client ) : IXDBroadcaster
GetMulticastBroadcaster ( this client, IEnumerable broadcasters ) : IXDBroadcaster
GetWindowsMessagingBroadcaster ( this client ) : IXDBroadcaster
GetWindowsMessagingListener ( this client ) : IXDListener
HasValidAmazonSettings ( this client ) : bool
WithAmazonSettings ( this client, RegionEndPoint awsRegionEndPoint ) : XDMessagingClient
WithAmazonSettings ( this client, string accessKey, string accessSecret ) : XDMessagingClient
WithAmazonSettings ( this client, string accessKey, string accessSecret, RegionEndPoint awsRegionEndPoint ) : XDMessagingClient
WithAmazonUniqueKey ( this client, string uniqueAppKey ) : XDMessagingClient

Private Methods

Méthode Description
GetAmazonSettings ( ) : XDMessaging.Transport.Amazon.Entities.AmazonAccountSettings

Method Details

GetAmazonBroadcaster() public static méthode

public static GetAmazonBroadcaster ( this client ) : IXDBroadcaster
client this
Résultat IXDBroadcaster

GetAmazonListener() public static méthode

public static GetAmazonListener ( this client ) : IXDListener
client this
Résultat IXDListener

GetIOStreamBroadcaster() public static méthode

public static GetIOStreamBroadcaster ( this client ) : IXDBroadcaster
client this
Résultat IXDBroadcaster

GetIOStreamListener() public static méthode

public static GetIOStreamListener ( this client ) : IXDListener
client this
Résultat IXDListener

GetMulticastBroadcaster() public static méthode

public static GetMulticastBroadcaster ( this client ) : IXDBroadcaster
client this
Résultat IXDBroadcaster

GetMulticastBroadcaster() public static méthode

public static GetMulticastBroadcaster ( this client, IEnumerable broadcasters ) : IXDBroadcaster
client this
broadcasters IEnumerable
Résultat IXDBroadcaster

GetWindowsMessagingBroadcaster() public static méthode

public static GetWindowsMessagingBroadcaster ( this client ) : IXDBroadcaster
client this
Résultat IXDBroadcaster

GetWindowsMessagingListener() public static méthode

public static GetWindowsMessagingListener ( this client ) : IXDListener
client this
Résultat IXDListener

HasValidAmazonSettings() public static méthode

public static HasValidAmazonSettings ( this client ) : bool
client this
Résultat bool

WithAmazonSettings() public static méthode

public static WithAmazonSettings ( this client, RegionEndPoint awsRegionEndPoint ) : XDMessagingClient
client this
awsRegionEndPoint RegionEndPoint
Résultat XDMessagingClient

WithAmazonSettings() public static méthode

public static WithAmazonSettings ( this client, string accessKey, string accessSecret ) : XDMessagingClient
client this
accessKey string
accessSecret string
Résultat XDMessagingClient

WithAmazonSettings() public static méthode

public static WithAmazonSettings ( this client, string accessKey, string accessSecret, RegionEndPoint awsRegionEndPoint ) : XDMessagingClient
client this
accessKey string
accessSecret string
awsRegionEndPoint RegionEndPoint
Résultat XDMessagingClient

WithAmazonUniqueKey() public static méthode

public static WithAmazonUniqueKey ( this client, string uniqueAppKey ) : XDMessagingClient
client this
uniqueAppKey string
Résultat XDMessagingClient