ServiceDocumentFormatter Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a new instance of the ServiceDocumentFormatter class.
Overloads
ServiceDocumentFormatter() |
Creates a new instance of the ServiceDocumentFormatter class. |
ServiceDocumentFormatter(ServiceDocument) |
Creates a new instance of the ServiceDocumentFormatter class. |
ServiceDocumentFormatter()
- Source:
- ServiceDocumentFormatter.cs
- Source:
- ServiceDocumentFormatter.cs
- Source:
- ServiceDocumentFormatter.cs
- Source:
- ServiceDocumentFormatter.cs
Creates a new instance of the ServiceDocumentFormatter class.
protected:
ServiceDocumentFormatter();
protected ServiceDocumentFormatter ();
Protected Sub New ()
Applies to
ServiceDocumentFormatter(ServiceDocument)
- Source:
- ServiceDocumentFormatter.cs
- Source:
- ServiceDocumentFormatter.cs
- Source:
- ServiceDocumentFormatter.cs
- Source:
- ServiceDocumentFormatter.cs
Creates a new instance of the ServiceDocumentFormatter class.
protected:
ServiceDocumentFormatter(System::ServiceModel::Syndication::ServiceDocument ^ documentToWrite);
protected ServiceDocumentFormatter (System.ServiceModel.Syndication.ServiceDocument documentToWrite);
new System.ServiceModel.Syndication.ServiceDocumentFormatter : System.ServiceModel.Syndication.ServiceDocument -> System.ServiceModel.Syndication.ServiceDocumentFormatter
Protected Sub New (documentToWrite As ServiceDocument)
Parameters
- documentToWrite
- ServiceDocument
The ServiceDocument to serialize.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.