|
.NET Framework | |||||||||
PREV TYPE NEXT TYPE | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONST | PROP | METHOD | OP | EVENT | DETAIL: FIELD | CONST | PROP | METHOD | OP | EVENT |
A custom channel sink provider. Embeds addressing details into requests.
Embeds the following values in the remoting headers Code base by Ingo Rammer (http://www.dotnetremoting.cc/) Key - Value
Field Summary | |
---|---|
System.Runtime.Remoting.Channels.IClientChannelSinkProvider | next |
Naanou.LookupService.Node | node |
Constructor Summary | |
---|---|
NClientSinkProvider(Naanou.LookupService.Node node) Constructor |
Property Summary | |
---|---|
System.Runtime.Remoting.Channels.IClientChannelSinkProvider |
Next
Gets or sets the next sink provider in chain |
Method Summary | |
---|---|
System.Runtime.Remoting.Channels.IClientChannelSink |
CreateSink(System.Runtime.Remoting.Channels.IChannelSender channel, string url, object remoteChannelData) Creates sink |
void |
GetChannelData(System.Runtime.Remoting.Channels.IChannelDataStore channelData) Gets channel data |
Methods inherited from class System.Object |
---|
Equals, Finalize, GetHashCode, GetType, MemberwiseClone, ToString |
Field Detail |
---|
private System.Runtime.Remoting.Channels.IClientChannelSinkProvider next
private Naanou.LookupService.Node node
Constructor Detail |
---|
public NClientSinkProvider(Naanou.LookupService.Node node)
Constructor
Parameters:
node
- AddressProperty Detail |
---|
public System.Runtime.Remoting.Channels.IClientChannelSinkProvider Next
Gets or sets the next sink provider in chain
Method Detail |
---|
public System.Runtime.Remoting.Channels.IClientChannelSink CreateSink(System.Runtime.Remoting.Channels.IChannelSender channel, string url, object remoteChannelData)
Creates sink
Parameters:
channel
- Channelurl
- UrlremoteChannelData
- Remote channel datapublic void GetChannelData(System.Runtime.Remoting.Channels.IChannelDataStore channelData)
Gets channel data
Parameters:
channelData
- Data store
|
.NET Framework | |||||||||
PREV TYPE NEXT TYPE | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONST | PROP | METHOD | OP | EVENT | DETAIL: FIELD | CONST | PROP | METHOD | OP | EVENT |