IChannelAwareService
Overview
This interface can be implemented by service implementations that need to access the underlying server channel component that was used to receive the request.
Before calling into your service to process the remote request, the ServerChannel property will be filled with a IServerChannelInfo implementation that gives you access to the channel.
Location
- Reference: RemObjects.SDK.Server.dll
- Namespace: RemObjects.SDK.Server
- Ancestry: IChannelAwareService
Required Methods
OnServiceActivated
method OnServiceActivated(channel: IServerChannelInfo)
void OnServiceActivated(IServerChannelInfo channel)
Sub OnServiceActivated(channel As IServerChannelInfo)
Parameters:
- channel: