| 
            
              RadiusClient(String, Int32, String) Constructor
             | 
          
        
        
            Creates an instance of RADIUS client for sending request to a RADIUS server.
            
        
        Namespace: GSF.Communication.RadiusAssembly: GSF.Communication (in GSF.Communication.dll) Version: 2.4.258-beta
Syntaxpublic RadiusClient(
	string serverName,
	int serverPort,
	string sharedSecret
)
public:
RadiusClient(
	String^ serverName, 
	int serverPort, 
	String^ sharedSecret
)
new : 
        serverName : string * 
        serverPort : int * 
        sharedSecret : string -> RadiusClientGSF.Communication.Radius.RadiusClient = function(serverName, serverPort, sharedSecret);
 View SourceParameters
- serverName  String
 - Name or address of the RADIUS server.
 - serverPort  Int32
 - Port number of the RADIUS server.
 - sharedSecret  String
 - Shared secret used for encryption and authentication.
 
See Also