Click or drag to resize

AmqpCFXEndpointOpen Method (String, IPAddress, Int32, X509Certificate2)

[This is preliminary documentation and is subject to change.]

Namespace:  CFX.Transport
Assembly:  CFXnet46 (in CFXnet46.dll) Version: 1.0.5
Syntax
public void Open(
	string cfxHandle,
	IPAddress requestAddress,
	int requestPort = 5672,
	X509Certificate2 certificate = null
)

Parameters

cfxHandle
Type: SystemString
requestAddress
Type: System.NetIPAddress
requestPort (Optional)
Type: SystemInt32
certificate (Optional)
Type: System.Security.Cryptography.X509CertificatesX509Certificate2
See Also