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