'Declaration
Public Overloads Sub Open( _ ByVal Socket As System.Net.Sockets.Socket, _ ByVal Stream As System.IO.Stream, _ ByVal CallingAE As System.String, _ ByVal CalledAE As System.String _ )
'Usage
Dim instance As DicomAssociation Dim Socket As System.Net.Sockets.Socket Dim Stream As System.IO.Stream Dim CallingAE As System.String Dim CalledAE As System.String instance.Open(Socket, Stream, CallingAE, CalledAE)
public void Open( System.Net.Sockets.Socket Socket, System.IO.Stream Stream, System.string CallingAE, System.string CalledAE )
public procedure Open( Socket: System.Net.Sockets.Socket; Stream: System.IO.Stream; CallingAE: System.String; CalledAE: System.String );
public function Open( Socket : System.Net.Sockets.Socket, Stream : System.IO.Stream, CallingAE : System.String, CalledAE : System.String );
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