InfocardInteractiveChannelInitializer.Binding 属性
定义
获取服务终结点上的绑定。Gets the binding on the service endpoint.
public:
property System::ServiceModel::Channels::Binding ^ Binding { System::ServiceModel::Channels::Binding ^ get(); };
public System.ServiceModel.Channels.Binding Binding { get; }
member this.Binding : System.ServiceModel.Channels.Binding
Public ReadOnly Property Binding As Binding
属性值
服务终结点上的 Binding。The Binding on the service endpoint.