'DeclarationPublic Shared Function Echo( _ ByVal Node As System.String, _ ByVal Port As System.Integer, _ ByVal CallingAET As System.String, _ ByVal CalledAET As System.String, _ Optional ByVal LocalIP As System.String _ ) As System.Integer
public static System.int Echo( System.string Node, System.int Port, System.string CallingAET, System.string CalledAET, System.string LocalIP )
Parameters
- Node
Remote entity name as IP address or resolvable name
- Port
Port to connect to
- CallingAET
Calling Application Entity Titles (AETs)
- CalledAET
Called Application Entity Titles (AETs)
- LocalIP
- Optional Local IP Address to use for binding the outbound Socket