Returns the DicomNetIpTypeFlags used in a Connect or a Listen
public DicomNetIpTypeFlags IpType { get; }
Public ReadOnly Property IpType As Leadtools.Dicom.DicomNetIpTypeFlags
public:
property Leadtools.Dicom.DicomNetIpTypeFlags IpType {
Leadtools.Dicom.DicomNetIpTypeFlags get();
}
The DicomNetIpTypeFlags value that represents the Internet Protocol version that will be used in the DICOM Communication.
This is the same as the last argument passed to Connect or a Listen. If an overload is used that does not allow you specify DicomNetIpTypeFlags then this will return DicomNetIpTypeFlags.IPv4.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET