LiquidTechnologies.XmlObjects Namespace / XmlContractBehaviorAttribute Class / ApplyClientBehavior Method

In This Topic
    ApplyClientBehavior Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Sub ApplyClientBehavior( _
       ByVal contractDescription As System.ServiceModel.Description.ContractDescription, _
       ByVal endpoint As System.ServiceModel.Description.ServiceEndpoint, _
       ByVal clientRuntime As ClientRuntime _
    ) 
    public void ApplyClientBehavior( 
       System.ServiceModel.Description.ContractDescription contractDescription,
       System.ServiceModel.Description.ServiceEndpoint endpoint,
       ClientRuntime clientRuntime
    )

    Parameters

    contractDescription
    endpoint
    clientRuntime
    Requirements

    Target Platforms: Windows 10, Windows 8, Windows 7, Windows Vista, Windows Server 2016, Windows Server 2012, Windows Server 2008. Please ensure you have the latest Service Pack for your operating system installed.

    See Also