←Select platform

CreateStoreServiceBinding Method

Summary

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

Syntax

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

Return Value

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