Show / Hide Table of Contents

Class ConnectionInfo

Inheritance
System.Object
ConnectionInfo
ConnectionInfo
RFC1006CommunicationInfo
Inherited Members
ConnectionInfo.autoconnect
ConnectionInfo.autoconnectdelay
ConnectionInfo.id
ConnectionInfo.numberofdigits
ConnectionInfo.log
ConnectionInfo.name
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: Experior.Core.Communication.TCPIP
Assembly: Experior.Core.dll
Syntax
public class ConnectionInfo : ConnectionInfo

Fields

ip

Declaration
public string ip
Field Value
Type Description
System.String

port

Declaration
public int port
Field Value
Type Description
System.Int32

server

Declaration
public bool server
Field Value
Type Description
System.Boolean

Methods

ToString()

Declaration
public override string ToString()
Returns
Type Description
System.String
Overrides
ConnectionInfo.ToString()
Back to top Generated by DocFX