IZeroConfServerChannel
Overview
The IZeroConfServerChannel interface represents the information about specified server channel: such as port that the server will listening on.
This interface is used by TROZeroConfRegistration class, for obtaining various information about the server that need to be registered.
In most cases you don't need to use that interface directly.
Location
- Unit: uROServer.pas
- Ancestry: IZeroConfServerChannel
GetSecure
function GetSecure: Boolean
GetServerType
Returns current server type
function GetServerType: TROServerType
Port
Holds the port that the server is listening on. This property is readonly.
property Port: Integer read
Secure
property Secure: Boolean read
Z_SetAfterOpen
procedure Z_SetAfterOpen(Value: TNotifyEvent)
Parameters:
- Value:
Z_SetBeforeClose
procedure Z_SetBeforeClose(Value: TNotifyEvent)
Parameters:
- Value:
ZeroConfRegistrationServer
property ZeroConfRegistrationServer: TObject read write
Port
Holds the port that the server is listening on. This property is readonly.
property Port: Integer read
Secure
property Secure: Boolean read
ZeroConfRegistrationServer
property ZeroConfRegistrationServer: TObject read write
GetSecure
function GetSecure: Boolean
GetServerType
Returns current server type
function GetServerType: TROServerType
Z_SetAfterOpen
procedure Z_SetAfterOpen(Value: TNotifyEvent)
Parameters:
- Value:
Z_SetBeforeClose
procedure Z_SetBeforeClose(Value: TNotifyEvent)
Parameters:
- Value:
- Channels
- Server Channels
-
IZeroConfServerChannel Interface
- .NET
- Delphi