LEADTOOLS Medical (Leadtools.Dicom.Web assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.25
CreateObjectRetrieveServiceBinding Method
See Also 
Leadtools.Dicom.Web Namespace > DicomWCFStreamer Class : CreateObjectRetrieveServiceBinding Method



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

Syntax

Visual Basic (Declaration) 
Protected Overridable Function CreateObjectRetrieveServiceBinding() As Binding
Visual Basic (Usage)Copy Code
Dim instance As DicomWCFStreamer
Dim value As Binding
 
value = instance.CreateObjectRetrieveServiceBinding()
C# 
protected virtual Binding CreateObjectRetrieveServiceBinding()
C++/CLI 
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: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also