Click or drag to resize

IBaseEndpoint Properties

The IBaseEndpoint type exposes the following members.

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