C# 클래스 XDMessaging.RegisterWithClient

파일 보기 프로젝트 열기: TheCodeKing/XDMessaging.Net

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
GetAmazonSettings ( ) : XDMessaging.Transport.Amazon.Entities.AmazonAccountSettings

메소드 상세

GetAmazonBroadcaster() 공개 정적인 메소드

public static GetAmazonBroadcaster ( this client ) : IXDBroadcaster
client this
리턴 IXDBroadcaster

GetAmazonListener() 공개 정적인 메소드

public static GetAmazonListener ( this client ) : IXDListener
client this
리턴 IXDListener

GetIOStreamBroadcaster() 공개 정적인 메소드

public static GetIOStreamBroadcaster ( this client ) : IXDBroadcaster
client this
리턴 IXDBroadcaster

GetIOStreamListener() 공개 정적인 메소드

public static GetIOStreamListener ( this client ) : IXDListener
client this
리턴 IXDListener

GetMulticastBroadcaster() 공개 정적인 메소드

public static GetMulticastBroadcaster ( this client ) : IXDBroadcaster
client this
리턴 IXDBroadcaster

GetMulticastBroadcaster() 공개 정적인 메소드

public static GetMulticastBroadcaster ( this client, IEnumerable broadcasters ) : IXDBroadcaster
client this
broadcasters IEnumerable
리턴 IXDBroadcaster

GetWindowsMessagingBroadcaster() 공개 정적인 메소드

public static GetWindowsMessagingBroadcaster ( this client ) : IXDBroadcaster
client this
리턴 IXDBroadcaster

GetWindowsMessagingListener() 공개 정적인 메소드

public static GetWindowsMessagingListener ( this client ) : IXDListener
client this
리턴 IXDListener

HasValidAmazonSettings() 공개 정적인 메소드

public static HasValidAmazonSettings ( this client ) : bool
client this
리턴 bool

WithAmazonSettings() 공개 정적인 메소드

public static WithAmazonSettings ( this client, RegionEndPoint awsRegionEndPoint ) : XDMessagingClient
client this
awsRegionEndPoint RegionEndPoint
리턴 XDMessagingClient

WithAmazonSettings() 공개 정적인 메소드

public static WithAmazonSettings ( this client, string accessKey, string accessSecret ) : XDMessagingClient
client this
accessKey string
accessSecret string
리턴 XDMessagingClient

WithAmazonSettings() 공개 정적인 메소드

public static WithAmazonSettings ( this client, string accessKey, string accessSecret, RegionEndPoint awsRegionEndPoint ) : XDMessagingClient
client this
accessKey string
accessSecret string
awsRegionEndPoint RegionEndPoint
리턴 XDMessagingClient

WithAmazonUniqueKey() 공개 정적인 메소드

public static WithAmazonUniqueKey ( this client, string uniqueAppKey ) : XDMessagingClient
client this
uniqueAppKey string
리턴 XDMessagingClient