←Select platform

CreateObjectRetrieveServiceBinding Method

Summary

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

Syntax

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

Return Value

A System.ServiceModel.Channels.Binding object used to communicate with the ObjectRetrieve 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 ObjectRetrieve 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