'Declaration
Public Function New( _ ByVal allowedMessageSecurityModes As UAMessageSecurityModes, _ ByVal securityPolicyUri As Uri, _ ByVal transportProfileUri As Uri _ )
'Usage
Dim allowedMessageSecurityModes As UAMessageSecurityModes Dim securityPolicyUri As Uri Dim transportProfileUri As Uri Dim instance As New UAEndpointSelectionPolicy(allowedMessageSecurityModes, securityPolicyUri, transportProfileUri)
public UAEndpointSelectionPolicy( UAMessageSecurityModes allowedMessageSecurityModes, Uri securityPolicyUri, Uri transportProfileUri )
public: UAEndpointSelectionPolicy( UAMessageSecurityModes allowedMessageSecurityModes, Uri^ securityPolicyUri, Uri^ transportProfileUri )
Parameters
- allowedMessageSecurityModes
- Specifies which message security modes are allowed.
- securityPolicyUri
- When not a null reference, specifies the required security policy URI of the endpoint.
The value of this parameter can be
null
(Nothing
in Visual Basic). - transportProfileUri
- When not a null reference, specifies the required transport profile of the endpoint.
The value of this parameter can be
null
(Nothing
in Visual Basic).