XdsObjects Help file
MedicalConnections.Security.EventArguments Namespace / OnConnectArgs Class / Socket Property



In This Topic
    Socket Property
    In This Topic
    The socket connected
    Syntax
    Public Property Socket As Socket
    Dim instance As OnConnectArgs
    Dim value As Socket
     
    instance.Socket = value
     
    value = instance.Socket
    public Socket Socket {get; set;}
    public:
    property Socket^ Socket {
       Socket^ get();
       void set (    Socket^ value);
    }
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also