Property | Type | Description | |
---|---|---|---|
Delims | char[] | ||
SplitChars | char[] |
Property | Type | Description | |
---|---|---|---|
_handlers | SenderFactoryDelegate>.Dictionary |
Method | Description | |
---|---|---|
CreateInstance ( object ctx, string uri ) : ISender | ||
DecodeUri ( string uri, string &scheme ) : string>.IDictionary |
||
EncodeUri ( string scheme, string>.IDictionary |
||
GetScheme ( string uri, int &varidx ) : string | ||
Register ( string type, SenderFactoryDelegate handler ) : void |
public static CreateInstance ( object ctx, string uri ) : ISender | ||
ctx | object | |
uri | string | |
return | ISender |
public static DecodeUri ( string uri, string &scheme ) : string>.IDictionary |
||
uri | string | |
scheme | string | |
return | string>.IDictionary |
public static EncodeUri ( string scheme, string>.IDictionary |
||
scheme | string | |
opts | string>.IDictionary | |
return | string |
public static GetScheme ( string uri, int &varidx ) : string | ||
uri | string | |
varidx | int | |
return | string |
public static Register ( string type, SenderFactoryDelegate handler ) : void | ||
type | string | |
handler | SenderFactoryDelegate | |
return | void |