UdpTransportImporter Class
Definition
Represents a UDP transport importer.
public ref class UdpTransportImporter : System::ServiceModel::Description::IPolicyImportExtension, System::ServiceModel::Description::IWsdlImportExtension
public class UdpTransportImporter : System.ServiceModel.Description.IPolicyImportExtension, System.ServiceModel.Description.IWsdlImportExtension
type UdpTransportImporter = class
interface IPolicyImportExtension
interface IWsdlImportExtension
Public Class UdpTransportImporter
Implements IPolicyImportExtension, IWsdlImportExtension
- Inheritance
-
UdpTransportImporter
- Implements
Constructors
UdpTransportImporter() |
Initializes a new instance of the UdpTransportImporter class. |
Methods
BeforeImport(ServiceDescriptionCollection, XmlSchemaSet, ICollection<XmlElement>) |
Represents the UDP transport prior to importing metadata documents. |
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
ImportContract(WsdlImporter, WsdlContractConversionContext) |
Imports contract to the UDP transport importer. |
ImportEndpoint(WsdlImporter, WsdlEndpointConversionContext) |
Imports endpoint to the UDP transport importer. |
ImportPolicy(MetadataImporter, PolicyConversionContext) |
Imports policy to the UDP transport importer. |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |