Show / Hide Table of Contents

    Class TransportMetadata

    Represents the metadata of the WCF transport.

    Inheritance
    System.Object
    TransportMetadata
    Namespace: Copper.Remoting.Wcf.Common.V1
    Assembly: Copper.Remoting.Wcf.Common.dll
    Syntax
    [DataContract]
    public class TransportMetadata

    Properties

    View Source

    Binding

    Gets or sets the binding.

    Declaration
    [DataMember]
    public string Binding { get; set; }
    Property Value
    Type Description
    System.String

    The binding.

    View Source

    EndpointAddress

    Gets or sets the endpoint address.

    Declaration
    [DataMember]
    public string EndpointAddress { get; set; }
    Property Value
    Type Description
    System.String

    The endpoint address.

    • View Source
    Back to top Generated by DocFX