Error processing SSI file
LEADTOOLS Medical (Leadtools.Dicom.Web assembly)

Show in webframe

CreateManageServiceBinding Method






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

            

            
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

See Also

Reference

DicomWCFStreamer Class
DicomWCFStreamer Members

Error processing SSI file