Click or drag to resize

ICrosserEndpoint Properties

The ICrosserEndpoint type exposes the following members.

Properties
  NameDescription
Public propertyAllowedPingFails
How many continous failed pings is allowed before disposing the connection?
(Inherited from IBaseEndpoint.)
Public propertyAuthRequired
If true the endpoint will accept anonymous connections.
(Inherited from IBaseEndpoint.)
Public propertyAuthTimeout
If the endpoint does not AuthRequired the client need to provide information within the timeout. If no information is provided the connection will be terminated
Public propertyBacklog
How large the backlog for incoming connections will be
(Inherited from IBaseEndpoint.)
Public propertyCertificate
The certificate used (if any)
(Inherited from IBaseEndpoint.)
Public propertyCertificateRequired
If true the client is forced to use a certificate when connecting over TLS
(Inherited from IBaseEndpoint.)
Public propertyInfoMessage
Each endpoint might have a individual info message
Public propertyInteractive
If true the full-duplex client will get confirmation messages for every operation.
(Inherited from IBaseEndpoint.)
Public propertyIPEndpoint
The underlying IPEndPoint
(Inherited from IBaseEndpoint.)
Public propertyLocation
Endpoint location for example 'localhost'
(Inherited from IBaseEndpoint.)
Public propertyPingTimeout
Heartbeat disabled if ping less or equal to zero
(Inherited from IBaseEndpoint.)
Public propertyPort
Port number for the endpoint
(Inherited from IBaseEndpoint.)
Public propertyReadBufferSize
Size of the read buffer for the ITransport on the endpoint
(Inherited from IBaseEndpoint.)
Public propertySecureRequired
Getter that will return true if there is a certificate on the endpoint
(Inherited from IBaseEndpoint.)
Public propertyServer
Reference to the server
(Inherited from IBaseEndpoint.)
Public propertySslProtocols
Allowed SslProtocols. Default is Tls 1.2
(Inherited from IBaseEndpoint.)
Public propertyUseNagleAlgorithm
Default true
(Inherited from IBaseEndpoint.)
Public propertyWriteBufferSize
Size of the write buffer for the ITransport on the endpoint
(Inherited from IBaseEndpoint.)
Top
See Also