LEADTOOLS Medical (Leadtools.Dicom.Web assembly)

CreateQueryServiceBinding Method

Show in webframe



Creates a System.ServiceModel.Channels.Binding object for the Query service
Syntax
'Declaration
 
Protected Overridable Function CreateQueryServiceBinding() As Binding
'Usage
 
Dim instance As DicomWCFStreamer
Dim value As Binding
 
value = instance.CreateQueryServiceBinding()
protected virtual Binding CreateQueryServiceBinding()
protected:
virtual Binding^ CreateQueryServiceBinding(); 

Return Value

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

Target Platforms

See Also

Reference

DicomWCFStreamer Class
DicomWCFStreamer Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.