WsdlImporter.ImportAllBindings 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回从元数据文档导入的一组 Binding 对象。
public:
System::Collections::ObjectModel::Collection<System::ServiceModel::Channels::Binding ^> ^ ImportAllBindings();
public System.Collections.ObjectModel.Collection<System.ServiceModel.Channels.Binding> ImportAllBindings ();
member this.ImportAllBindings : unit -> System.Collections.ObjectModel.Collection<System.ServiceModel.Channels.Binding>
Public Function ImportAllBindings () As Collection(Of Binding)
返回
从元数据文档导入的一组 Binding 对象。
例外
注解
使用 ImportAllBindings 方法可从元数据文档导入所有绑定信息,并将它们作为 Binding 对象返回。 在使用返回的对象之前,请检查 Errors 属性以确定是否有任何导入错误。
若要导入特定 WSDL 绑定,请参见 ImportBinding 方法。