←Select platform

CreateManageServiceBinding Method

Summary

Creates a System.ServiceModel.Channels.Binding object for the Manage service

Syntax

C#
VB
C++
protected virtual Binding CreateManageServiceBinding() 
  
Protected Overridable Function CreateManageServiceBinding() As Binding 
protected: 
virtual Binding^ CreateManageServiceBinding();  

Return Value

A System.ServiceModel.Channels.Binding object used to communicate with the Manage service. The default binding object is a System.ServiceModel.Channels.CustomBinding which supports System.ServiceModel.WSHttpBinding with System.ServiceModel.SecurityMode.Message.

Remarks

Override this method to create your own System.ServiceModel.Channels.Binding object to communicate with the Manage service.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Web Assembly