Show / Hide Table of Contents

Class TcpTransportParameters

Specifies the parameters for establishing a TCP transport.

Inheritance
System.Object
FreezableParametersObject
TransportParameters
TcpTransportParameters
Inherited Members
FreezableParametersObject.IsFrozen
FreezableParametersObject.ValidateRecursively()
FreezableParametersObject.ValidateAndFreezeRecursively()
FreezableParametersObject.ThrowIfFrozen()
FreezableParametersObject.ThrowIfFrozen(Action)
Namespace: MarcusW.VncClient.Protocol.Implementation.Services.Transports
Assembly: MarcusW.VncClient.dll
Syntax
public sealed class TcpTransportParameters : TransportParameters

Properties

| Improve this Doc View Source

Host

Gets or sets the name or address of the target host.

Declaration
public string Host { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Port

Gets or sets the target port.

Declaration
public int Port { get; set; }
Property Value
Type Description
System.Int32

Methods

| Improve this Doc View Source

GetDescendants()

Returns all referenced FreezableParametersObject descendants of this object or null, when there aren't any.

Declaration
protected override IEnumerable<FreezableParametersObject>? GetDescendants()
Returns
Type Description
System.Nullable<IEnumerable<FreezableParametersObject>>
Overrides
FreezableParametersObject.GetDescendants()
| Improve this Doc View Source

ToString()

Declaration
public override string ToString()
Returns
Type Description
System.String
Overrides
TransportParameters.ToString()
| Improve this Doc View Source

Validate()

Validates the parameters of this object and throws a ConnectParametersValidationException for the first error found.

Declaration
public override void Validate()
Overrides
FreezableParametersObject.Validate()
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX