The interface for the ProtocolManagerService class.
| C# | Visual Basic | Visual C++ |
public interface IProtocolManagerService : IDisposable
Public Interface IProtocolManagerService _ Implements IDisposable
public interface class IProtocolManagerService : IDisposable
| All Members | Methods | Properties | |||
| Icon | Member | Description |
|---|---|---|
| ConfigureWarmStandBy(ProtocolConfiguration, CfgApplication) |
Configures the server for WarmSstandBy functionality.
| |
| Dispose()()() |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.) | |
| GetProtocol(String) |
Gets the protocol.
| |
| GetTLSConfiguration(String) |
Gets the TLS configuration.
| |
| Receiver |
Gets the receiver.
| |
| Register(ProtocolConfiguration, CfgApplication) |
Configures the WarmStandBy Information provided by the server application and registers the specified protocol configuration.
| |
| Unregister(String) |
Unregisters the specified name.
| |
| UseTLS(String) |
Uses the TLS.
|