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



In This Topic
    Stream Property
    In This Topic
    The stream passing through the socket
    Syntax
    Public Property Stream As Stream
    Dim instance As OnConnectArgs
    Dim value As Stream
     
    instance.Stream = value
     
    value = instance.Stream
    public Stream Stream {get; set;}
    public:
    property Stream^ Stream {
       Stream^ get();
       void set (    Stream^ 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