Visual3D Game EngineAPI Documentation for XNA, C#, VB, and .NET

Namespace: Visual3D.Networking
Assembly: Visual3D.Networking (in Visual3D.Networking.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

      
 C#  Visual Basic 
public sealed class NetConnectRequestEventArgs : EventArgs
Public NotInheritable Class NetConnectRequestEventArgs _
	Inherits EventArgs

Members

         
 All Members  Constructors   Fields  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
NetConnectRequestEventArgs()()()()
Initializes a new instance of the NetConnectRequestEventArgs class
CustomData
Custom data sent by the client wishing to connect
DenialReason
Set this to a string if you want to supply a reason for denial If no reason is set, no response will be sent and the connection attempt silently dropped
EndPoint
Remote endpoint of client wishing to connect
MayConnect
Set this to false to disallow this connection

Inheritance Hierarchy

System..::..Object
  System..::..EventArgs
    Visual3D.Networking..::..NetConnectRequestEventArgs

See Also