Visual Basic (Declaration) | |
---|---|
Protected Overridable Function CreateQueryServiceBinding() As Binding |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As DicomWCFStreamer Dim value As Binding value = instance.CreateQueryServiceBinding() |
C# | |
---|---|
protected virtual Binding CreateQueryServiceBinding() |
C++/CLI | |
---|---|
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.Override this method to create your own System.ServiceModel.Channels.Binding object to communicate with the Query service.
Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family