Show / Hide Table of Contents

Class TcpTransport

A transport which provides a stream for communication over a plain TCP connection.

Inheritance
System.Object
TcpTransport
Implements
ITransport
IDisposable
Namespace: MarcusW.VncClient.Protocol.Implementation.Services.Transports
Assembly: MarcusW.VncClient.dll
Syntax
public sealed class TcpTransport : object, ITransport, IDisposable

Constructors

| Improve this Doc View Source

TcpTransport(TcpClient)

Initializes a new instance of the TcpTransport.

Declaration
public TcpTransport(TcpClient tcpClient)
Parameters
Type Name Description
TcpClient tcpClient

The tcp client.

Properties

| Improve this Doc View Source

IsEncrypted

Declaration
public bool IsEncrypted { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

Stream

Declaration
public Stream Stream { get; }
Property Value
Type Description
Stream

Methods

| Improve this Doc View Source

Dispose()

Declaration
public void Dispose()

Implements

ITransport
IDisposable
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX