NetClient Class

Lidgren.Network

Collapse imageExpand ImageCopy imageCopyHover image
Specialized version of NetPeer used for a "client" connection. It does not accept any incoming connections and maintains a ServerConnection property

Namespace: Lidgren.Network
Assembly: Lidgren.Network (in Lidgren.Network.dll) Version: 2012.1.7.0 (2012.1.7.0)

Syntax

C#
public class NetClient : NetPeer
Visual Basic
Public Class NetClient _
	Inherits NetPeer
Visual C++
public ref class NetClient : public NetPeer

Inheritance Hierarchy

System..::..Object
  Lidgren.Network..::..NetPeer
    Lidgren.Network..::..NetClient

See Also