Method | Description | |
---|---|---|
ChannelAvailable ( System.ServiceModel.ChannelFactory channelFactory, IChannel channel ) : void | ||
ChannelCreated ( System.ServiceModel.ChannelFactory channelFactory, IChannel channel ) : void | ||
ChannelRefreshed ( System.ServiceModel.ChannelFactory channelFactory, IChannel oldChannel, IChannel newChannel ) : void | ||
Closed ( System.ServiceModel.ChannelFactory channelFactory ) : void | ||
Closing ( System.ServiceModel.ChannelFactory channelFactory ) : void | ||
Created ( System.ServiceModel.ChannelFactory channelFactory ) : void | ||
Faulted ( System.ServiceModel.ChannelFactory channelFactory ) : void | ||
OnChannelAvailable ( IChannel>.Action |
||
OnChannelCreated ( IChannel>.Action |
||
OnChannelRefreshed ( Action |
||
OnClosed ( Action |
||
OnClosing ( Action |
||
OnCreated ( Action |
||
OnFaulted ( Action |
||
OnOpened ( Action |
||
OnOpening ( Action |
||
Opened ( System.ServiceModel.ChannelFactory channelFactory ) : void | ||
Opening ( System.ServiceModel.ChannelFactory channelFactory ) : void |
Method | Description | |
---|---|---|
Apply ( System.ServiceModel.ChannelFactory channelFactory, Action |
||
Apply ( System.ServiceModel.ChannelFactory channelFactory, IChannel channel, IChannel>.Action |
public ChannelAvailable ( System.ServiceModel.ChannelFactory channelFactory, IChannel channel ) : void | ||
channelFactory | System.ServiceModel.ChannelFactory | |
channel | IChannel | |
return | void |
public ChannelCreated ( System.ServiceModel.ChannelFactory channelFactory, IChannel channel ) : void | ||
channelFactory | System.ServiceModel.ChannelFactory | |
channel | IChannel | |
return | void |
public ChannelRefreshed ( System.ServiceModel.ChannelFactory channelFactory, IChannel oldChannel, IChannel newChannel ) : void | ||
channelFactory | System.ServiceModel.ChannelFactory | |
oldChannel | IChannel | |
newChannel | IChannel | |
return | void |
public Closed ( System.ServiceModel.ChannelFactory channelFactory ) : void | ||
channelFactory | System.ServiceModel.ChannelFactory | |
return | void |
public Closing ( System.ServiceModel.ChannelFactory channelFactory ) : void | ||
channelFactory | System.ServiceModel.ChannelFactory | |
return | void |
public Created ( System.ServiceModel.ChannelFactory channelFactory ) : void | ||
channelFactory | System.ServiceModel.ChannelFactory | |
return | void |
public Faulted ( System.ServiceModel.ChannelFactory channelFactory ) : void | ||
channelFactory | System.ServiceModel.ChannelFactory | |
return | void |
public OnChannelAvailable ( IChannel>.Action |
||
action | IChannel>.Action | |
return |
public OnChannelCreated ( IChannel>.Action |
||
action | IChannel>.Action | |
return |
public OnChannelRefreshed ( Action |
||
action | Action |
|
return |
public OnClosed ( Action |
||
action | Action |
|
return |
public OnClosing ( Action |
||
action | Action |
|
return |
public OnCreated ( Action |
||
action | Action |
|
return |
public OnFaulted ( Action |
||
action | Action |
|
return |
public OnOpened ( Action |
||
action | Action |
|
return |
public OnOpening ( Action |
||
action | Action |
|
return |
public Opened ( System.ServiceModel.ChannelFactory channelFactory ) : void | ||
channelFactory | System.ServiceModel.ChannelFactory | |
return | void |
public Opening ( System.ServiceModel.ChannelFactory channelFactory ) : void | ||
channelFactory | System.ServiceModel.ChannelFactory | |
return | void |