Server
Overview
Location
- Reference: RemObjects.SDK.Server.dll
- Namespace: RemObjects.SDK.Server
- Ancestry: Component | Server
constructor protected
constructor
Server()
Sub New()
Active
property Active: Boolean read write;
Boolean Active { get; set; }
Property Active() As Boolean
BindAddressV4
property BindAddressV4: IPAddress read write;
IPAddress BindAddressV4 { get; set; }
Property BindAddressV4() As IPAddress
BindAddressV6
property BindAddressV6: IPAddress read write;
IPAddress BindAddressV6 { get; set; }
Property BindAddressV6() As IPAddress
BindingV4
property BindingV4: ServerBinding read;
ServerBinding BindingV4 { get; }
ReadOnly Property BindingV4() As ServerBinding
BindingV6
property BindingV6: ServerBinding read;
ServerBinding BindingV6 { get; }
ReadOnly Property BindingV6() As ServerBinding
BindV4
property BindV4: Boolean read write;
Boolean BindV4 { get; set; }
Property BindV4() As Boolean
BindV6
property BindV6: Boolean read write;
Boolean BindV6 { get; set; }
Property BindV6() As Boolean
Close
method Close
void Close()
Sub Close()
CloseConnectionsOnShutdown
property CloseConnectionsOnShutdown: Boolean read write;
Boolean CloseConnectionsOnShutdown { get; set; }
Property CloseConnectionsOnShutdown() As Boolean
ConnectionClass
property ConnectionClass: Type read write;
Type ConnectionClass { get; set; }
Property ConnectionClass() As Type
ConnectionFactory
property ConnectionFactory: IConnectionFactory read write;
IConnectionFactory ConnectionFactory { get; set; }
Property ConnectionFactory() As IConnectionFactory
CreateWorker protected
method CreateWorker(owner: Server): Object
Object CreateWorker(Server owner)
Function CreateWorker(owner As Server) As Object
Parameters:
- owner:
DefaultPort protected
property DefaultPort: Int32 read write;
Int32 DefaultPort { get; set; }
Property DefaultPort() As Int32
Dispose protected
method Dispose(disposing: Boolean)
void Dispose(Boolean disposing)
Sub Dispose(disposing As Boolean)
Parameters:
- disposing:
EnableNagle
property EnableNagle: Boolean read write;
Boolean EnableNagle { get; set; }
Property EnableNagle() As Boolean
IsRunningOnMono protected
class method IsRunningOnMono: Boolean
static Boolean IsRunningOnMono()
Shared Function IsRunningOnMono() As Boolean
MaxLineLength
property MaxLineLength: Int32 read write;
Int32 MaxLineLength { get; set; }
Property MaxLineLength() As Int32
MaxLineLengthEnabled
property MaxLineLengthEnabled: Boolean read write;
Boolean MaxLineLengthEnabled { get; set; }
Property MaxLineLengthEnabled() As Boolean
Open
method Open
void Open()
Sub Open()
Port
property Port: Int32 read write;
Int32 Port { get; set; }
Property Port() As Int32
ShouldSerializePort
method ShouldSerializePort: Boolean
Boolean ShouldSerializePort()
Function ShouldSerializePort() As Boolean
SslOptions
property SslOptions: SslConnectionFactory read;
SslConnectionFactory SslOptions { get; }
ReadOnly Property SslOptions() As SslConnectionFactory
Timeout
property Timeout: Int32 read write;
Int32 Timeout { get; set; }
Property Timeout() As Int32
TimeoutEnabled
property TimeoutEnabled: Boolean read write;
Boolean TimeoutEnabled { get; set; }
Property TimeoutEnabled() As Boolean
Active
property Active: Boolean read write;
Boolean Active { get; set; }
Property Active() As Boolean
BindAddressV4
property BindAddressV4: IPAddress read write;
IPAddress BindAddressV4 { get; set; }
Property BindAddressV4() As IPAddress
BindAddressV6
property BindAddressV6: IPAddress read write;
IPAddress BindAddressV6 { get; set; }
Property BindAddressV6() As IPAddress
BindingV4
property BindingV4: ServerBinding read;
ServerBinding BindingV4 { get; }
ReadOnly Property BindingV4() As ServerBinding
BindingV6
property BindingV6: ServerBinding read;
ServerBinding BindingV6 { get; }
ReadOnly Property BindingV6() As ServerBinding
BindV4
property BindV4: Boolean read write;
Boolean BindV4 { get; set; }
Property BindV4() As Boolean
BindV6
property BindV6: Boolean read write;
Boolean BindV6 { get; set; }
Property BindV6() As Boolean
CloseConnectionsOnShutdown
property CloseConnectionsOnShutdown: Boolean read write;
Boolean CloseConnectionsOnShutdown { get; set; }
Property CloseConnectionsOnShutdown() As Boolean
ConnectionClass
property ConnectionClass: Type read write;
Type ConnectionClass { get; set; }
Property ConnectionClass() As Type
ConnectionFactory
property ConnectionFactory: IConnectionFactory read write;
IConnectionFactory ConnectionFactory { get; set; }
Property ConnectionFactory() As IConnectionFactory
DefaultPort protected
property DefaultPort: Int32 read write;
Int32 DefaultPort { get; set; }
Property DefaultPort() As Int32
EnableNagle
property EnableNagle: Boolean read write;
Boolean EnableNagle { get; set; }
Property EnableNagle() As Boolean
MaxLineLength
property MaxLineLength: Int32 read write;
Int32 MaxLineLength { get; set; }
Property MaxLineLength() As Int32
MaxLineLengthEnabled
property MaxLineLengthEnabled: Boolean read write;
Boolean MaxLineLengthEnabled { get; set; }
Property MaxLineLengthEnabled() As Boolean
Port
property Port: Int32 read write;
Int32 Port { get; set; }
Property Port() As Int32
SslOptions
property SslOptions: SslConnectionFactory read;
SslConnectionFactory SslOptions { get; }
ReadOnly Property SslOptions() As SslConnectionFactory
Timeout
property Timeout: Int32 read write;
Int32 Timeout { get; set; }
Property Timeout() As Int32
TimeoutEnabled
property TimeoutEnabled: Boolean read write;
Boolean TimeoutEnabled { get; set; }
Property TimeoutEnabled() As Boolean
IsRunningOnMono protected
class method IsRunningOnMono: Boolean
static Boolean IsRunningOnMono()
Shared Function IsRunningOnMono() As Boolean
constructor protected
constructor
Server()
Sub New()
Close
method Close
void Close()
Sub Close()
CreateWorker protected
method CreateWorker(owner: Server): Object
Object CreateWorker(Server owner)
Function CreateWorker(owner As Server) As Object
Parameters:
- owner:
Dispose protected
method Dispose(disposing: Boolean)
void Dispose(Boolean disposing)
Sub Dispose(disposing As Boolean)
Parameters:
- disposing:
Open
method Open
void Open()
Sub Open()
ShouldSerializePort
method ShouldSerializePort: Boolean
Boolean ShouldSerializePort()
Function ShouldSerializePort() As Boolean