Class TcpTransportDescription
Describes TCP/IP transport.
Implements
System.Runtime.Serialization.IExtensibleDataObject
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Nevatech.Vsb.Repository.Services.Policies
Assembly: Nevatech.Vsb.Repository.dll
Syntax
public sealed class TcpTransportDescription : TransportDescriptionBase, IExtensibleDataObject
Constructors
TcpTransportDescription()
Declaration
public TcpTransportDescription()
Properties
Scheme
When implemented by a class, gets the transport scheme (protocol) represented by this instance.
Declaration
public override TransportScheme Scheme { get; }
Property Value
Type | Description |
---|---|
TransportScheme |
Overrides
Security
Gets or sets TCP protocol security.
Declaration
public TcpSecurityType Security { get; set; }
Property Value
Type | Description |
---|---|
TcpSecurityType |
Implements
System.Runtime.Serialization.IExtensibleDataObject