System.ServiceModel.Channels.SupportedAddressingMode public enum SupportedAddressingMode Documentation Code namespace System.ServiceModel.Channels { public enum SupportedAddressingMode { Anonymous, NonAnonymous, Mixed } }