The TlsSocket type exposes the following members.

Properties

  NameDescription
Public propertySupported by the .NET Compact FrameworkAvailable
Gets the amount of data that has been received from the network and is available to be read.
Public propertySupported by the .NET Compact FrameworkCipher
Gets the active cipher.
Public propertySupported by the .NET Compact FrameworkClientCertificate
Gets the client's certificate chain.
Public propertySupported by the .NET Compact FrameworkCompressionMethod
Gets the active data compression method.
Public propertySupported by the .NET Compact FrameworkConnected
Gets a value indicating whether a TlsSocket is connected to a remote resource.
Public propertySupported by the .NET Compact FrameworkContext
Gets or sets a custom context object associated with this TlsSocket.
Public propertySupported by the .NET Compact FrameworkDebugLevel Obsolete.
Public propertySupported by the .NET Compact FrameworkEntity
Gets the entity.
Public propertySupported by the .NET Compact FrameworkFactory
Gets the instance of ISocketFactory that created this ISocket.
Public propertySupported by the .NET Compact FrameworkInformation
Gets socket information on the underlying socket object.
Public propertySupported by the .NET Compact FrameworkIsSecure
Gets the current security state of the connection.
Public propertySupported by the .NET Compact FrameworkLocalEndPoint
Gets the local endpoint.
Public propertySupported by the .NET Compact FrameworkLogWriter
Gets or sets the logger used by this object.
Public propertySupported by the .NET Compact FrameworkParameters
Gets or sets the security parameters of the current socket.
Public propertySupported by the .NET Compact FrameworkRemoteEndPoint
Gets the remote endpoint.
Public propertySupported by the .NET Compact FrameworkServerCertificate
Gets the server's certificate chain.
Public propertySupported by the .NET Compact FrameworkSession
Gets the connection session
Public propertySupported by the .NET Compact FrameworkSessionID Obsolete.
Public propertySupported by the .NET Compact FrameworkSocket
Gets the internal Socket value (only for sockets based on Socket or ProxySocket, otherwise null is returned).
Public propertySupported by the .NET Compact FrameworkTimeout
Gets or sets the length of time, in milliseconds, until the operation times out, or the value -1 or 0 to indicate that the operation does not time out.

See Also