C# 클래스 Brunet.Messaging.SenderFactory

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

공개 프로퍼티들

프로퍼티 타입 설명
Delims char[]
SplitChars char[]

보호된 프로퍼티들

프로퍼티 타입 설명
_handlers SenderFactoryDelegate>.Dictionary

공개 메소드들

메소드 설명
CreateInstance ( object ctx, string uri ) : ISender
DecodeUri ( string uri, string &scheme ) : string>.IDictionary
EncodeUri ( string scheme, string>.IDictionary opts ) : string
GetScheme ( string uri, int &varidx ) : string
Register ( string type, SenderFactoryDelegate handler ) : void

메소드 상세

CreateInstance() 공개 정적인 메소드

public static CreateInstance ( object ctx, string uri ) : ISender
ctx object
uri string
리턴 ISender

DecodeUri() 공개 정적인 메소드

public static DecodeUri ( string uri, string &scheme ) : string>.IDictionary
uri string
scheme string
리턴 string>.IDictionary

EncodeUri() 공개 정적인 메소드

public static EncodeUri ( string scheme, string>.IDictionary opts ) : string
scheme string
opts string>.IDictionary
리턴 string

GetScheme() 공개 정적인 메소드

public static GetScheme ( string uri, int &varidx ) : string
uri string
varidx int
리턴 string

Register() 공개 정적인 메소드

public static Register ( string type, SenderFactoryDelegate handler ) : void
type string
handler SenderFactoryDelegate
리턴 void

프로퍼티 상세

Delims 공개적으로 정적으로 프로퍼티

public static char[] Delims
리턴 char[]

SplitChars 공개적으로 정적으로 프로퍼티

public static char[] SplitChars
리턴 char[]

_handlers 보호되어 있는 정적으로 프로퍼티

protected static Dictionary _handlers
리턴 SenderFactoryDelegate>.Dictionary