'Declaration
Public Overloads Sub Open( _ ByVal Socket As Socket, _ ByVal Stream As Stream, _ ByVal CallingAET As String, _ ByVal CalledAET As String _ )
'Usage
Dim instance As DicomAssociation Dim Socket As Socket Dim Stream As Stream Dim CallingAET As String Dim CalledAET As String instance.Open(Socket, Stream, CallingAET, CalledAET)
Parameters
- Socket
- Specifies the underlying Socket through which an association should be made.
- Stream
The NetworkStream via which the connection is to be made
- CallingAET
Name to quote for this Application Entity
- CalledAET
Name of remote Application Entity