Tls
|
The TlsServer type exposes the following members.
Name | Description | |
---|---|---|
AllowDualStackSocket | Gets or sets a boolean value that determines if dual-mode socket is allowed when endpoint address is IPv6. | |
CanRaiseEvents | Gets a value indicating whether the component can raise an event. (Inherited from Component) |
|
Certificate | Gets or sets the certificate used to identify this server. | |
CertificateChecker | Gets or sets the certificate checker used to validate remote certificates. | |
CertificateFile | Gets or sets the path to the certificate used for authentication. | |
CheckCertificateRevocation | Gets or sets a boolean value that determines whether the certificate revocation list is checked during authentication. | |
ClientIDs |
Gets the IDs of clients connected to the server.
(Inherited from ServerBase) |
|
ConfigurationString |
Gets or sets the data required by the server to initialize.
(Inherited from ServerBase) |
|
Container | Gets the IContainer that contains the Component. (Inherited from Component) |
|
CurrentState |
Gets the current ServerState.
(Inherited from ServerBase) |
|
DesignMode | Gets a value that indicates whether the Component is currently in design mode. (Inherited from Component) |
|
Enabled |
Gets or sets a boolean value that indicates whether the server is currently enabled.
(Inherited from ServerBase) |
|
EnabledSslProtocols | Gets or sets a set of flags which determine the enabled SslProtocols. | |
Events | Gets the list of event handlers that are attached to this Component. (Inherited from Component) |
|
IgnoreInvalidCredentials | Gets or sets a boolean value that indicates whether the server should ignore errors when the client's credentials are invalid. | |
Initialized |
Gets a boolean value that indicates
whether the server has been initialized.
(Inherited from ServerBase) |
|
IntegratedSecurity | Gets or sets a boolean value that indicates whether the client Windows account credentials are used for authentication. | |
IsDisposed |
Gets a flag that indicates whether the object has been disposed.
(Inherited from ServerBase) |
|
LocalCertificateSelectionCallback | Gets or sets the callback used to select local certificates. | |
MaxClientConnections |
Gets or sets the maximum number of clients that can connect to the server.
(Inherited from ServerBase) |
|
MaxSendQueueSize | Gets or sets the maximum size for the send queue before payloads are dumped from the queue. | |
Name |
Gets the unique identifier of the server.
(Inherited from ServerBase) |
|
NoDelay | Gets or sets a boolean value that determines if small packets are delivered to the remote host without delay. | |
PayloadAware | Gets or sets a boolean value that indicates whether the payload boundaries are to be preserved during transmission. | |
PayloadEndianOrder | Gets or sets the endian order to apply for encoding and decoding payload size in a PayloadAware transmission. | |
PayloadMarker | Gets or sets the byte sequence used to mark the beginning of a payload in a PayloadAware transmission. | |
PersistSettings |
Gets or sets a boolean value that indicates whether the server settings are to be saved to the config file.
(Inherited from ServerBase) |
|
ReadIndicies |
Gets current read indices for received data buffers incremented at each Read(Guid, Byte, Int32, Int32) call.
(Inherited from ServerBase) |
|
ReceiveBufferSize |
Gets or sets the size of the buffer used by the server for receiving data from the clients.
(Inherited from ServerBase) |
|
RemoteCertificateValidationCallback | Gets or sets the callback used to validate remote certificates. | |
RequireClientCertificate | Gets or sets a flag that determines whether a client certificate is required during authentication. | |
RunTime |
Gets the Time for which the server has been running.
(Inherited from ServerBase) |
|
SendBufferSize |
Gets or sets the size of the buffer used by the server for sending data to the clients.
(Inherited from ServerBase) |
|
Server | Gets the Socket object for the TcpServer. | |
ServerID |
Gets the server's ID.
(Inherited from ServerBase) |
|
SettingsCategory |
Gets or sets the category under which the server settings are to be saved to the config file if the PersistSettings property is set to true.
(Inherited from ServerBase) |
|
Site | Gets or sets the ISite of the Component. (Inherited from Component) |
|
Status |
Gets the descriptive status of the server.
(Overrides ServerBaseStatus) |
|
TextEncoding |
Gets or sets the Encoding to be used for the text sent to the connected clients.
(Inherited from ServerBase) |
|
TransportProtocol |
Gets the TransportProtocol used by the server for the transportation of data with the clients.
(Inherited from ServerBase) |
|
TrustedCertificatesPath | Gets or sets the path to the directory containing the trusted certificates. | |
ValidChainFlags | Gets or sets the set of valid chain flags used when validating remote certificates. | |
ValidPolicyErrors | Gets or sets the set of valid policy errors when validating remote certificates. |