AdapterCount
|
Get the number of available local and remote network adapters. |
Backlog
|
Gets and sets the number of client connections that may be queued by the server. |
CertificateName
|
Gets and sets a value that specifies the name of the server certificate. |
CertificatePassword
|
Gets and sets the password associated with the server certificate. |
CertificateStore
|
Gets and sets a value that specifies the name of the local certificate store. |
CertificateUser
|
Gets and sets the user that owns the server certificate. |
ClientAddress
|
Gets a value that specifies the Internet address of the current client session. |
ClientCount
|
Gets the number of active client sessions connected to the server. |
ClientHost
|
Gets a value that specifies the hostname for the current client session. |
ClientId
|
Gets the unique client identifier for the current client session. |
ClientName
|
Gets and sets a unique string moniker that is associated with the current client session. |
ClientPort
|
Gets a value that specifies the port number used by the current client session. |
ClientThread
|
Gets the thread ID for the current client session. |
CodePage
|
Gets and sets the code page used when reading and writing text. |
ExternalAddress
|
Gets a value that specifies the external Internet address for the local system. |
IdleTime
|
Gets a value which specifies the amount of time a socket has been idle |
IsActive
|
Gets a value which indicates if the server is active. |
IsBlocked
|
Gets a value which indicates if the current thread is performing a blocking socket operation. |
IsClosed
|
Gets a value which indicates if the connection to the client has been closed. |
IsInitialized
|
Gets a value which indicates if the current instance of the class has been initialized
successfully. |
IsListening
|
Gets a value which indicates if the server is listening for client connections. |
IsLocked
|
Gets a value which indicates if the server has been locked. |
IsReadable
|
Gets a value which indicates if there is data available to be read from the current client. |
IsWritable
|
Gets a value which indicates if data can be written to the current client without blocking. |
KeepAlive
|
Gets and sets a value which indicates if keep-alive packets are sent on a connected socket. |
LastError
|
Gets and sets a value which specifies the last error that has occurred. |
LastErrorString
|
Gets a value which describes the last error that has occurred. |
MaxClients
|
Gets and sets the maximum number of clients that can connect to the server. |
MemoryUsage
|
Gets the amount of unmanaged memory currently allocated by the server. |
NoDelay
|
Gets and sets a value which specifies if the Nagle algorithm should be enabled or disabled. |
Options
|
Gets and sets a value which specifies one or more server options. |
Priority
|
Gets and sets a value which specifies the server priority. |
ReuseAddress
|
Gets and sets a value which indicates if the server address can be reused. |
Secure
|
Gets and sets a value which specifies if client connections are secure. |
SecureProtocol
|
Gets and sets a value which specifies the protocol used for secure client connections. |
ServerAddress
|
Gets and sets the address that will be used by the server to listen for connections. |
ServerHandle
|
Gets the handle to the socket created to listen for client connections. |
ServerName
|
Gets a value which specifies the host name for the local system. |
ServerPort
|
Gets and sets the port number that will be used by the server to listen for
connections. |
ServerThread
|
Gets the thread ID for the current server. |
StackSize
|
Gets and sets the size of the stack allocated for threads created by the server. |
Status
|
Gets a value which specifies the current status of the server. |
ThrowError
|
Gets and sets a value which specifies if method calls should throw exceptions when an error
occurs. |
Timeout
|
Gets and sets a value which specifies a timeout period in seconds. |
Trace
|
Gets and sets a value which indicates if network function logging is enabled. |
TraceFile
|
Gets and sets a value which specifies the name of the network function tracing logfile. |
TraceFlags
|
Gets and sets a value which specifies the network function tracing flags. |
Version
|
Gets a value which returns the current version of the InternetServer class library. |