Opc.Ua.Core
UriScheme Property (TransportConfiguration)



Opc.Ua Namespace > TransportConfiguration Class : UriScheme Property
The URL prefix used by the application (http, opc.tcp, net.tpc, etc.).
Syntax
'Declaration
 
<DataMemberAttribute(IsRequired=True, 
   EmitDefaultValue=False, 
   Order=0)>
Public Property UriScheme As String
'Usage
 
Dim instance As TransportConfiguration
Dim value As String
 
instance.UriScheme = value
 
value = instance.UriScheme
[DataMember(IsRequired=true, 
   EmitDefaultValue=false, 
   Order=0)]
public string UriScheme {get; set;}
[DataMember(IsRequired=true, 
   EmitDefaultValue=false, 
   Order=0)]
public:
property String^ UriScheme {
   String^ get();
   void set (    String^ value);
}

Property Value

The URI scheme.
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

TransportConfiguration Class
TransportConfiguration Members