Creates a 
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 
Binding object used to communicate with the ObjectRetrieve service. 
            The default binding object is a 
CustomBinding which supports 
WSHttpBinding with 
SecurityMode.Message.
            
 
            
            
            
            
            
            
            Remarks
            
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family
 
            
            
See Also