'Declaration
Public Function New( _ ByVal protocolName As String, _ ByVal transportProfileUriString As String, _ ByVal messageSecurityModes As UAMessageSecurityModes, _ ByVal securityPolicyUriString As String, _ ByVal dataEncodingName As String _ )
'Usage
Dim protocolName As String Dim transportProfileUriString As String Dim messageSecurityModes As UAMessageSecurityModes Dim securityPolicyUriString As String Dim dataEncodingName As String Dim instance As New UACommunicationProfile(protocolName, transportProfileUriString, messageSecurityModes, securityPolicyUriString, dataEncodingName)
public UACommunicationProfile( string protocolName, string transportProfileUriString, UAMessageSecurityModes messageSecurityModes, string securityPolicyUriString, string dataEncodingName )
public: UACommunicationProfile( String^ protocolName, String^ transportProfileUriString, UAMessageSecurityModes messageSecurityModes, String^ securityPolicyUriString, String^ dataEncodingName )
Parameters
- protocolName
- Specifies the name of the protocol of the endpoint.
The value of this parameter cannot be
null
(Nothing
in Visual Basic). - transportProfileUriString
- The transport profile URI string of the endpoint
The value of this parameter cannot be
null
(Nothing
in Visual Basic). - messageSecurityModes
- Specifies which message security modes are used.
- securityPolicyUriString
- The security policy URI string of the endpoint
The value of this parameter cannot be
null
(Nothing
in Visual Basic). - dataEncodingName
- The name of the data encoding of the endpoint.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).