Show / Hide Table of Contents

Class Connexion

Inheritance
object
Connexion
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: EasySave_Project.Server
Assembly: .dll
Syntax
public static class Connexion

Methods

| Edit this page View Source

Conn()

Establishes a TCP connection to a server with a specified timeout.

Declaration
public static TcpClient Conn()
Returns
Type Description
TcpClient

A connected TcpClient instance if successful; otherwise, null.

  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX