Unlisten(Int32,String) Method
In This Topic
Close a "Listening" TCP port, specified by the port number and IP address, for
incoming DICOM Connections
Syntax
'Declaration
Public Overloads Sub Unlisten( _
ByVal As System.Integer, _
ByVal As System.String _
)
'Usage
Dim instance As DicomServer
Dim Port As System.Integer
Dim Address As System.String
instance.Unlisten(Port, Address)
public void Unlisten(
System.int ,
System.string
)
public procedure Unlisten(
: System.Integer;
: System.String
);
public function Unlisten(
: System.int,
: System.String
);
public: void Unlisten(
System.int ,
System.string*
)
public:
void Unlisten(
System.int ,
System.String^
)
Parameters
- Port
The port number which is to be closed for incoming connection
- Address
IP address to listen on
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also