Opc.Ua.Core
ReverseConnectionUrl Property



Opc.Ua.Bindings Namespace > TcpServerChannel Class : ReverseConnectionUrl Property
The URL used to establish a connection to the client.
Syntax
'Declaration
 
Public ReadOnly Property ReverseConnectionUrl As Uri
'Usage
 
Dim instance As TcpServerChannel
Dim value As Uri
 
value = instance.ReverseConnectionUrl
public Uri ReverseConnectionUrl {get;}
public:
property Uri^ ReverseConnectionUrl {
   Uri^ get();
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

TcpServerChannel Class
TcpServerChannel Members