//------------------------------------------------------------------------------
//
// 이 코드는 도구를 사용하여 생성되었습니다.
// 런타임 버전:4.0.30319.42000
//
// 파일 내용을 변경하면 잘못된 동작이 발생할 수 있으며, 코드를 다시 생성하면
// 이러한 변경 내용이 손실됩니다.
//
//------------------------------------------------------------------------------
namespace WindowsFormsApp1.BaroService_API {
using System.Runtime.Serialization;
using System;
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
[System.Runtime.Serialization.DataContractAttribute(Name="FaxMessage", Namespace="http://ws.baroservice.com/")]
[System.SerializableAttribute()]
public partial class FaxMessage : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
[System.NonSerializedAttribute()]
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string SendKeyField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string IDField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string SendFileNameField;
private int SendPageCountField;
private int SuccessPageCountField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string SendResultField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string SenderNumField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string ReceiveCorpField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string ReceiverNameField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string ReceiverNumField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string SendDTField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string RefKeyField;
private int SendStateField;
[global::System.ComponentModel.BrowsableAttribute(false)]
public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
get {
return this.extensionDataField;
}
set {
this.extensionDataField = value;
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)]
public string SendKey {
get {
return this.SendKeyField;
}
set {
if ((object.ReferenceEquals(this.SendKeyField, value) != true)) {
this.SendKeyField = value;
this.RaisePropertyChanged("SendKey");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)]
public string ID {
get {
return this.IDField;
}
set {
if ((object.ReferenceEquals(this.IDField, value) != true)) {
this.IDField = value;
this.RaisePropertyChanged("ID");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=2)]
public string SendFileName {
get {
return this.SendFileNameField;
}
set {
if ((object.ReferenceEquals(this.SendFileNameField, value) != true)) {
this.SendFileNameField = value;
this.RaisePropertyChanged("SendFileName");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true, Order=3)]
public int SendPageCount {
get {
return this.SendPageCountField;
}
set {
if ((this.SendPageCountField.Equals(value) != true)) {
this.SendPageCountField = value;
this.RaisePropertyChanged("SendPageCount");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true, Order=4)]
public int SuccessPageCount {
get {
return this.SuccessPageCountField;
}
set {
if ((this.SuccessPageCountField.Equals(value) != true)) {
this.SuccessPageCountField = value;
this.RaisePropertyChanged("SuccessPageCount");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=5)]
public string SendResult {
get {
return this.SendResultField;
}
set {
if ((object.ReferenceEquals(this.SendResultField, value) != true)) {
this.SendResultField = value;
this.RaisePropertyChanged("SendResult");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=6)]
public string SenderNum {
get {
return this.SenderNumField;
}
set {
if ((object.ReferenceEquals(this.SenderNumField, value) != true)) {
this.SenderNumField = value;
this.RaisePropertyChanged("SenderNum");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=7)]
public string ReceiveCorp {
get {
return this.ReceiveCorpField;
}
set {
if ((object.ReferenceEquals(this.ReceiveCorpField, value) != true)) {
this.ReceiveCorpField = value;
this.RaisePropertyChanged("ReceiveCorp");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=8)]
public string ReceiverName {
get {
return this.ReceiverNameField;
}
set {
if ((object.ReferenceEquals(this.ReceiverNameField, value) != true)) {
this.ReceiverNameField = value;
this.RaisePropertyChanged("ReceiverName");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=9)]
public string ReceiverNum {
get {
return this.ReceiverNumField;
}
set {
if ((object.ReferenceEquals(this.ReceiverNumField, value) != true)) {
this.ReceiverNumField = value;
this.RaisePropertyChanged("ReceiverNum");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=10)]
public string SendDT {
get {
return this.SendDTField;
}
set {
if ((object.ReferenceEquals(this.SendDTField, value) != true)) {
this.SendDTField = value;
this.RaisePropertyChanged("SendDT");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=11)]
public string RefKey {
get {
return this.RefKeyField;
}
set {
if ((object.ReferenceEquals(this.RefKeyField, value) != true)) {
this.RefKeyField = value;
this.RaisePropertyChanged("RefKey");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true, Order=12)]
public int SendState {
get {
return this.SendStateField;
}
set {
if ((this.SendStateField.Equals(value) != true)) {
this.SendStateField = value;
this.RaisePropertyChanged("SendState");
}
}
}
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
protected void RaisePropertyChanged(string propertyName) {
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
if ((propertyChanged != null)) {
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
}
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
[System.Runtime.Serialization.CollectionDataContractAttribute(Name="ArrayOfString", Namespace="http://ws.baroservice.com/", ItemName="string")]
[System.SerializableAttribute()]
public class ArrayOfString : System.Collections.Generic.List {
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
[System.Runtime.Serialization.DataContractAttribute(Name="FaxMessageEx", Namespace="http://ws.baroservice.com/")]
[System.SerializableAttribute()]
public partial class FaxMessageEx : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
[System.NonSerializedAttribute()]
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string SendKeyField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string IDField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string SendFileNameField;
private int SendPageCountField;
private int SuccessPageCountField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string SendResultField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string SenderNumField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string ReceiveCorpField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string ReceiverNameField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string ReceiverNumField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string SendDTField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string RefKeyField;
private int SendStateField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private WindowsFormsApp1.BaroService_API.ArrayOfString fileURLsField;
[global::System.ComponentModel.BrowsableAttribute(false)]
public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
get {
return this.extensionDataField;
}
set {
this.extensionDataField = value;
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)]
public string SendKey {
get {
return this.SendKeyField;
}
set {
if ((object.ReferenceEquals(this.SendKeyField, value) != true)) {
this.SendKeyField = value;
this.RaisePropertyChanged("SendKey");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)]
public string ID {
get {
return this.IDField;
}
set {
if ((object.ReferenceEquals(this.IDField, value) != true)) {
this.IDField = value;
this.RaisePropertyChanged("ID");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=2)]
public string SendFileName {
get {
return this.SendFileNameField;
}
set {
if ((object.ReferenceEquals(this.SendFileNameField, value) != true)) {
this.SendFileNameField = value;
this.RaisePropertyChanged("SendFileName");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true, Order=3)]
public int SendPageCount {
get {
return this.SendPageCountField;
}
set {
if ((this.SendPageCountField.Equals(value) != true)) {
this.SendPageCountField = value;
this.RaisePropertyChanged("SendPageCount");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true, Order=4)]
public int SuccessPageCount {
get {
return this.SuccessPageCountField;
}
set {
if ((this.SuccessPageCountField.Equals(value) != true)) {
this.SuccessPageCountField = value;
this.RaisePropertyChanged("SuccessPageCount");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=5)]
public string SendResult {
get {
return this.SendResultField;
}
set {
if ((object.ReferenceEquals(this.SendResultField, value) != true)) {
this.SendResultField = value;
this.RaisePropertyChanged("SendResult");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=6)]
public string SenderNum {
get {
return this.SenderNumField;
}
set {
if ((object.ReferenceEquals(this.SenderNumField, value) != true)) {
this.SenderNumField = value;
this.RaisePropertyChanged("SenderNum");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=7)]
public string ReceiveCorp {
get {
return this.ReceiveCorpField;
}
set {
if ((object.ReferenceEquals(this.ReceiveCorpField, value) != true)) {
this.ReceiveCorpField = value;
this.RaisePropertyChanged("ReceiveCorp");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=8)]
public string ReceiverName {
get {
return this.ReceiverNameField;
}
set {
if ((object.ReferenceEquals(this.ReceiverNameField, value) != true)) {
this.ReceiverNameField = value;
this.RaisePropertyChanged("ReceiverName");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=9)]
public string ReceiverNum {
get {
return this.ReceiverNumField;
}
set {
if ((object.ReferenceEquals(this.ReceiverNumField, value) != true)) {
this.ReceiverNumField = value;
this.RaisePropertyChanged("ReceiverNum");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=10)]
public string SendDT {
get {
return this.SendDTField;
}
set {
if ((object.ReferenceEquals(this.SendDTField, value) != true)) {
this.SendDTField = value;
this.RaisePropertyChanged("SendDT");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=11)]
public string RefKey {
get {
return this.RefKeyField;
}
set {
if ((object.ReferenceEquals(this.RefKeyField, value) != true)) {
this.RefKeyField = value;
this.RaisePropertyChanged("RefKey");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true, Order=12)]
public int SendState {
get {
return this.SendStateField;
}
set {
if ((this.SendStateField.Equals(value) != true)) {
this.SendStateField = value;
this.RaisePropertyChanged("SendState");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=13)]
public WindowsFormsApp1.BaroService_API.ArrayOfString fileURLs {
get {
return this.fileURLsField;
}
set {
if ((object.ReferenceEquals(this.fileURLsField, value) != true)) {
this.fileURLsField = value;
this.RaisePropertyChanged("fileURLs");
}
}
}
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
protected void RaisePropertyChanged(string propertyName) {
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
if ((propertyChanged != null)) {
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
}
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
[System.Runtime.Serialization.DataContractAttribute(Name="PagedFaxMessages", Namespace="http://ws.baroservice.com/")]
[System.SerializableAttribute()]
public partial class PagedFaxMessages : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
[System.NonSerializedAttribute()]
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
private int CurrentPageField;
private int MaxIndexField;
private int CountPerPageField;
private int MaxPageNumField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private WindowsFormsApp1.BaroService_API.FaxMessage[] MessageListField;
[global::System.ComponentModel.BrowsableAttribute(false)]
public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
get {
return this.extensionDataField;
}
set {
this.extensionDataField = value;
}
}
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)]
public int CurrentPage {
get {
return this.CurrentPageField;
}
set {
if ((this.CurrentPageField.Equals(value) != true)) {
this.CurrentPageField = value;
this.RaisePropertyChanged("CurrentPage");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)]
public int MaxIndex {
get {
return this.MaxIndexField;
}
set {
if ((this.MaxIndexField.Equals(value) != true)) {
this.MaxIndexField = value;
this.RaisePropertyChanged("MaxIndex");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true, Order=2)]
public int CountPerPage {
get {
return this.CountPerPageField;
}
set {
if ((this.CountPerPageField.Equals(value) != true)) {
this.CountPerPageField = value;
this.RaisePropertyChanged("CountPerPage");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true, Order=3)]
public int MaxPageNum {
get {
return this.MaxPageNumField;
}
set {
if ((this.MaxPageNumField.Equals(value) != true)) {
this.MaxPageNumField = value;
this.RaisePropertyChanged("MaxPageNum");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=4)]
public WindowsFormsApp1.BaroService_API.FaxMessage[] MessageList {
get {
return this.MessageListField;
}
set {
if ((object.ReferenceEquals(this.MessageListField, value) != true)) {
this.MessageListField = value;
this.RaisePropertyChanged("MessageList");
}
}
}
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
protected void RaisePropertyChanged(string propertyName) {
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
if ((propertyChanged != null)) {
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
}
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
[System.Runtime.Serialization.DataContractAttribute(Name="Contact", Namespace="http://ws.baroservice.com/")]
[System.SerializableAttribute()]
public partial class Contact : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
[System.NonSerializedAttribute()]
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string IDField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string ContactNameField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string GradeField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string EmailField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string TELField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string HPField;
[global::System.ComponentModel.BrowsableAttribute(false)]
public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
get {
return this.extensionDataField;
}
set {
this.extensionDataField = value;
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)]
public string ID {
get {
return this.IDField;
}
set {
if ((object.ReferenceEquals(this.IDField, value) != true)) {
this.IDField = value;
this.RaisePropertyChanged("ID");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)]
public string ContactName {
get {
return this.ContactNameField;
}
set {
if ((object.ReferenceEquals(this.ContactNameField, value) != true)) {
this.ContactNameField = value;
this.RaisePropertyChanged("ContactName");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=2)]
public string Grade {
get {
return this.GradeField;
}
set {
if ((object.ReferenceEquals(this.GradeField, value) != true)) {
this.GradeField = value;
this.RaisePropertyChanged("Grade");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=3)]
public string Email {
get {
return this.EmailField;
}
set {
if ((object.ReferenceEquals(this.EmailField, value) != true)) {
this.EmailField = value;
this.RaisePropertyChanged("Email");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=4)]
public string TEL {
get {
return this.TELField;
}
set {
if ((object.ReferenceEquals(this.TELField, value) != true)) {
this.TELField = value;
this.RaisePropertyChanged("TEL");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=5)]
public string HP {
get {
return this.HPField;
}
set {
if ((object.ReferenceEquals(this.HPField, value) != true)) {
this.HPField = value;
this.RaisePropertyChanged("HP");
}
}
}
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
protected void RaisePropertyChanged(string propertyName) {
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
if ((propertyChanged != null)) {
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
}
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
[System.Runtime.Serialization.DataContractAttribute(Name="FromNumber", Namespace="http://ws.baroservice.com/")]
[System.SerializableAttribute()]
public partial class FromNumber : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
[System.NonSerializedAttribute()]
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string NumberField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string ValidDateField;
[global::System.ComponentModel.BrowsableAttribute(false)]
public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
get {
return this.extensionDataField;
}
set {
this.extensionDataField = value;
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)]
public string Number {
get {
return this.NumberField;
}
set {
if ((object.ReferenceEquals(this.NumberField, value) != true)) {
this.NumberField = value;
this.RaisePropertyChanged("Number");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)]
public string ValidDate {
get {
return this.ValidDateField;
}
set {
if ((object.ReferenceEquals(this.ValidDateField, value) != true)) {
this.ValidDateField = value;
this.RaisePropertyChanged("ValidDate");
}
}
}
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
protected void RaisePropertyChanged(string propertyName) {
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
if ((propertyChanged != null)) {
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
}
}
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ServiceModel.ServiceContractAttribute(Namespace="http://ws.baroservice.com/", ConfigurationName="BaroService_API.BaroService_FAXSoap")]
public interface BaroService_FAXSoap {
// CODEGEN: http://ws.baroservice.com/ 네임스페이스의 요소 이름 CERTKEY이(가) "nillable"로 표시되지 않았으므로 메시지 계약을 생성합니다.
[System.ServiceModel.OperationContractAttribute(Action="http://ws.baroservice.com/SendFaxFromFTP", ReplyAction="*")]
WindowsFormsApp1.BaroService_API.SendFaxFromFTPResponse SendFaxFromFTP(WindowsFormsApp1.BaroService_API.SendFaxFromFTPRequest request);
[System.ServiceModel.OperationContractAttribute(Action="http://ws.baroservice.com/SendFaxFromFTP", ReplyAction="*")]
System.Threading.Tasks.Task SendFaxFromFTPAsync(WindowsFormsApp1.BaroService_API.SendFaxFromFTPRequest request);
// CODEGEN: http://ws.baroservice.com/ 네임스페이스의 요소 이름 CERTKEY이(가) "nillable"로 표시되지 않았으므로 메시지 계약을 생성합니다.
[System.ServiceModel.OperationContractAttribute(Action="http://ws.baroservice.com/SendFaxesFromFTP", ReplyAction="*")]
WindowsFormsApp1.BaroService_API.SendFaxesFromFTPResponse SendFaxesFromFTP(WindowsFormsApp1.BaroService_API.SendFaxesFromFTPRequest request);
[System.ServiceModel.OperationContractAttribute(Action="http://ws.baroservice.com/SendFaxesFromFTP", ReplyAction="*")]
System.Threading.Tasks.Task SendFaxesFromFTPAsync(WindowsFormsApp1.BaroService_API.SendFaxesFromFTPRequest request);
// CODEGEN: http://ws.baroservice.com/ 네임스페이스의 요소 이름 CERTKEY이(가) "nillable"로 표시되지 않았으므로 메시지 계약을 생성합니다.
[System.ServiceModel.OperationContractAttribute(Action="http://ws.baroservice.com/SendFaxFromFTPEx", ReplyAction="*")]
WindowsFormsApp1.BaroService_API.SendFaxFromFTPExResponse SendFaxFromFTPEx(WindowsFormsApp1.BaroService_API.SendFaxFromFTPExRequest request);
[System.ServiceModel.OperationContractAttribute(Action="http://ws.baroservice.com/SendFaxFromFTPEx", ReplyAction="*")]
System.Threading.Tasks.Task SendFaxFromFTPExAsync(WindowsFormsApp1.BaroService_API.SendFaxFromFTPExRequest request);
// CODEGEN: http://ws.baroservice.com/ 네임스페이스의 요소 이름 CERTKEY이(가) "nillable"로 표시되지 않았으므로 메시지 계약을 생성합니다.
[System.ServiceModel.OperationContractAttribute(Action="http://ws.baroservice.com/SendFaxesFromFTPEx", ReplyAction="*")]
WindowsFormsApp1.BaroService_API.SendFaxesFromFTPExResponse SendFaxesFromFTPEx(WindowsFormsApp1.BaroService_API.SendFaxesFromFTPExRequest request);
[System.ServiceModel.OperationContractAttribute(Action="http://ws.baroservice.com/SendFaxesFromFTPEx", ReplyAction="*")]
System.Threading.Tasks.Task SendFaxesFromFTPExAsync(WindowsFormsApp1.BaroService_API.SendFaxesFromFTPExRequest request);
// CODEGEN: http://ws.baroservice.com/ 네임스페이스의 요소 이름 CERTKEY이(가) "nillable"로 표시되지 않았으므로 메시지 계약을 생성합니다.
[System.ServiceModel.OperationContractAttribute(Action="http://ws.baroservice.com/ReSendFax", ReplyAction="*")]
WindowsFormsApp1.BaroService_API.ReSendFaxResponse ReSendFax(WindowsFormsApp1.BaroService_API.ReSendFaxRequest request);
[System.ServiceModel.OperationContractAttribute(Action="http://ws.baroservice.com/ReSendFax", ReplyAction="*")]
System.Threading.Tasks.Task ReSendFaxAsync(WindowsFormsApp1.BaroService_API.ReSendFaxRequest request);
// CODEGEN: http://ws.baroservice.com/ 네임스페이스의 요소 이름 CERTKEY이(가) "nillable"로 표시되지 않았으므로 메시지 계약을 생성합니다.
[System.ServiceModel.OperationContractAttribute(Action="http://ws.baroservice.com/ReSendFaxEx", ReplyAction="*")]
WindowsFormsApp1.BaroService_API.ReSendFaxExResponse ReSendFaxEx(WindowsFormsApp1.BaroService_API.ReSendFaxExRequest request);
[System.ServiceModel.OperationContractAttribute(Action="http://ws.baroservice.com/ReSendFaxEx", ReplyAction="*")]
System.Threading.Tasks.Task ReSendFaxExAsync(WindowsFormsApp1.BaroService_API.ReSendFaxExRequest request);
// CODEGEN: http://ws.baroservice.com/ 네임스페이스의 요소 이름 CERTKEY이(가) "nillable"로 표시되지 않았으므로 메시지 계약을 생성합니다.
[System.ServiceModel.OperationContractAttribute(Action="http://ws.baroservice.com/CancelReservedFaxMessage", ReplyAction="*")]
WindowsFormsApp1.BaroService_API.CancelReservedFaxMessageResponse CancelReservedFaxMessage(WindowsFormsApp1.BaroService_API.CancelReservedFaxMessageRequest request);
[System.ServiceModel.OperationContractAttribute(Action="http://ws.baroservice.com/CancelReservedFaxMessage", ReplyAction="*")]
System.Threading.Tasks.Task CancelReservedFaxMessageAsync(WindowsFormsApp1.BaroService_API.CancelReservedFaxMessageRequest request);
// CODEGEN: http://ws.baroservice.com/ 네임스페이스의 요소 이름 CERTKEY이(가) "nillable"로 표시되지 않았으므로 메시지 계약을 생성합니다.
[System.ServiceModel.OperationContractAttribute(Action="http://ws.baroservice.com/GetFaxSendState", ReplyAction="*")]
WindowsFormsApp1.BaroService_API.GetFaxSendStateResponse GetFaxSendState(WindowsFormsApp1.BaroService_API.GetFaxSendStateRequest request);
[System.ServiceModel.OperationContractAttribute(Action="http://ws.baroservice.com/GetFaxSendState", ReplyAction="*")]
System.Threading.Tasks.Task GetFaxSendStateAsync(WindowsFormsApp1.BaroService_API.GetFaxSendStateRequest request);
// CODEGEN: http://ws.baroservice.com/ 네임스페이스의 요소 이름 CERTKEY이(가) "nillable"로 표시되지 않았으므로 메시지 계약을 생성합니다.
[System.ServiceModel.OperationContractAttribute(Action="http://ws.baroservice.com/GetFaxMessage", ReplyAction="*")]
WindowsFormsApp1.BaroService_API.GetFaxMessageResponse GetFaxMessage(WindowsFormsApp1.BaroService_API.GetFaxMessageRequest request);
[System.ServiceModel.OperationContractAttribute(Action="http://ws.baroservice.com/GetFaxMessage", ReplyAction="*")]
System.Threading.Tasks.Task GetFaxMessageAsync(WindowsFormsApp1.BaroService_API.GetFaxMessageRequest request);
// CODEGEN: http://ws.baroservice.com/ 네임스페이스의 요소 이름 CERTKEY이(가) "nillable"로 표시되지 않았으므로 메시지 계약을 생성합니다.
[System.ServiceModel.OperationContractAttribute(Action="http://ws.baroservice.com/GetFaxMessageEx", ReplyAction="*")]
WindowsFormsApp1.BaroService_API.GetFaxMessageExResponse GetFaxMessageEx(WindowsFormsApp1.BaroService_API.GetFaxMessageExRequest request);
[System.ServiceModel.OperationContractAttribute(Action="http://ws.baroservice.com/GetFaxMessageEx", ReplyAction="*")]
System.Threading.Tasks.Task GetFaxMessageExAsync(WindowsFormsApp1.BaroService_API.GetFaxMessageExRequest request);
// CODEGEN: http://ws.baroservice.com/ 네임스페이스의 요소 이름 CERTKEY이(가) "nillable"로 표시되지 않았으므로 메시지 계약을 생성합니다.
[System.ServiceModel.OperationContractAttribute(Action="http://ws.baroservice.com/GetFaxSendMessages", ReplyAction="*")]
WindowsFormsApp1.BaroService_API.GetFaxSendMessagesResponse GetFaxSendMessages(WindowsFormsApp1.BaroService_API.GetFaxSendMessagesRequest request);
[System.ServiceModel.OperationContractAttribute(Action="http://ws.baroservice.com/GetFaxSendMessages", ReplyAction="*")]
System.Threading.Tasks.Task GetFaxSendMessagesAsync(WindowsFormsApp1.BaroService_API.GetFaxSendMessagesRequest request);
// CODEGEN: http://ws.baroservice.com/ 네임스페이스의 요소 이름 CERTKEY이(가) "nillable"로 표시되지 않았으므로 메시지 계약을 생성합니다.
[System.ServiceModel.OperationContractAttribute(Action="http://ws.baroservice.com/GetFaxSendMessagesEx", ReplyAction="*")]
WindowsFormsApp1.BaroService_API.GetFaxSendMessagesExResponse GetFaxSendMessagesEx(WindowsFormsApp1.BaroService_API.GetFaxSendMessagesExRequest request);
[System.ServiceModel.OperationContractAttribute(Action="http://ws.baroservice.com/GetFaxSendMessagesEx", ReplyAction="*")]
System.Threading.Tasks.Task GetFaxSendMessagesExAsync(WindowsFormsApp1.BaroService_API.GetFaxSendMessagesExRequest request);
// CODEGEN: http://ws.baroservice.com/ 네임스페이스의 요소 이름 CERTKEY이(가) "nillable"로 표시되지 않았으므로 메시지 계약을 생성합니다.
[System.ServiceModel.OperationContractAttribute(Action="http://ws.baroservice.com/GetFaxSendMessagesByRefKey", ReplyAction="*")]
WindowsFormsApp1.BaroService_API.GetFaxSendMessagesByRefKeyResponse GetFaxSendMessagesByRefKey(WindowsFormsApp1.BaroService_API.GetFaxSendMessagesByRefKeyRequest request);
[System.ServiceModel.OperationContractAttribute(Action="http://ws.baroservice.com/GetFaxSendMessagesByRefKey", ReplyAction="*")]
System.Threading.Tasks.Task GetFaxSendMessagesByRefKeyAsync(WindowsFormsApp1.BaroService_API.GetFaxSendMessagesByRefKeyRequest request);
// CODEGEN: http://ws.baroservice.com/ 네임스페이스의 요소 이름 CERTKEY이(가) "nillable"로 표시되지 않았으므로 메시지 계약을 생성합니다.
[System.ServiceModel.OperationContractAttribute(Action="http://ws.baroservice.com/GetFaxSendMessagesByRefKeyEx", ReplyAction="*")]
WindowsFormsApp1.BaroService_API.GetFaxSendMessagesByRefKeyExResponse GetFaxSendMessagesByRefKeyEx(WindowsFormsApp1.BaroService_API.GetFaxSendMessagesByRefKeyExRequest request);
[System.ServiceModel.OperationContractAttribute(Action="http://ws.baroservice.com/GetFaxSendMessagesByRefKeyEx", ReplyAction="*")]
System.Threading.Tasks.Task GetFaxSendMessagesByRefKeyExAsync(WindowsFormsApp1.BaroService_API.GetFaxSendMessagesByRefKeyExRequest request);
// CODEGEN: http://ws.baroservice.com/ 네임스페이스의 요소 이름 CERTKEY이(가) "nillable"로 표시되지 않았으므로 메시지 계약을 생성합니다.
[System.ServiceModel.OperationContractAttribute(Action="http://ws.baroservice.com/GetFaxSendMessagesByPaging", ReplyAction="*")]
WindowsFormsApp1.BaroService_API.GetFaxSendMessagesByPagingResponse GetFaxSendMessagesByPaging(WindowsFormsApp1.BaroService_API.GetFaxSendMessagesByPagingRequest request);
[System.ServiceModel.OperationContractAttribute(Action="http://ws.baroservice.com/GetFaxSendMessagesByPaging", ReplyAction="*")]
System.Threading.Tasks.Task GetFaxSendMessagesByPagingAsync(WindowsFormsApp1.BaroService_API.GetFaxSendMessagesByPagingRequest request);
// CODEGEN: http://ws.baroservice.com/ 네임스페이스의 요소 이름 CERTKEY이(가) "nillable"로 표시되지 않았으므로 메시지 계약을 생성합니다.
[System.ServiceModel.OperationContractAttribute(Action="http://ws.baroservice.com/GetFaxHistoryURL", ReplyAction="*")]
WindowsFormsApp1.BaroService_API.GetFaxHistoryURLResponse GetFaxHistoryURL(WindowsFormsApp1.BaroService_API.GetFaxHistoryURLRequest request);
[System.ServiceModel.OperationContractAttribute(Action="http://ws.baroservice.com/GetFaxHistoryURL", ReplyAction="*")]
System.Threading.Tasks.Task GetFaxHistoryURLAsync(WindowsFormsApp1.BaroService_API.GetFaxHistoryURLRequest request);
// CODEGEN: http://ws.baroservice.com/ 네임스페이스의 요소 이름 CERTKEY이(가) "nillable"로 표시되지 않았으므로 메시지 계약을 생성합니다.
[System.ServiceModel.OperationContractAttribute(Action="http://ws.baroservice.com/GetFaxFileURL", ReplyAction="*")]
WindowsFormsApp1.BaroService_API.GetFaxFileURLResponse GetFaxFileURL(WindowsFormsApp1.BaroService_API.GetFaxFileURLRequest request);
[System.ServiceModel.OperationContractAttribute(Action="http://ws.baroservice.com/GetFaxFileURL", ReplyAction="*")]
System.Threading.Tasks.Task GetFaxFileURLAsync(WindowsFormsApp1.BaroService_API.GetFaxFileURLRequest request);
// CODEGEN: http://ws.baroservice.com/ 네임스페이스의 요소 이름 CERTKEY이(가) "nillable"로 표시되지 않았으므로 메시지 계약을 생성합니다.
[System.ServiceModel.OperationContractAttribute(Action="http://ws.baroservice.com/CheckCorpIsMember", ReplyAction="*")]
WindowsFormsApp1.BaroService_API.CheckCorpIsMemberResponse CheckCorpIsMember(WindowsFormsApp1.BaroService_API.CheckCorpIsMemberRequest request);
[System.ServiceModel.OperationContractAttribute(Action="http://ws.baroservice.com/CheckCorpIsMember", ReplyAction="*")]
System.Threading.Tasks.Task CheckCorpIsMemberAsync(WindowsFormsApp1.BaroService_API.CheckCorpIsMemberRequest request);
// CODEGEN: http://ws.baroservice.com/ 네임스페이스의 요소 이름 CERTKEY이(가) "nillable"로 표시되지 않았으므로 메시지 계약을 생성합니다.
[System.ServiceModel.OperationContractAttribute(Action="http://ws.baroservice.com/RegistCorp", ReplyAction="*")]
WindowsFormsApp1.BaroService_API.RegistCorpResponse RegistCorp(WindowsFormsApp1.BaroService_API.RegistCorpRequest request);
[System.ServiceModel.OperationContractAttribute(Action="http://ws.baroservice.com/RegistCorp", ReplyAction="*")]
System.Threading.Tasks.Task RegistCorpAsync(WindowsFormsApp1.BaroService_API.RegistCorpRequest request);
// CODEGEN: http://ws.baroservice.com/ 네임스페이스의 요소 이름 CERTKEY이(가) "nillable"로 표시되지 않았으므로 메시지 계약을 생성합니다.
[System.ServiceModel.OperationContractAttribute(Action="http://ws.baroservice.com/AddUserToCorp", ReplyAction="*")]
WindowsFormsApp1.BaroService_API.AddUserToCorpResponse AddUserToCorp(WindowsFormsApp1.BaroService_API.AddUserToCorpRequest request);
[System.ServiceModel.OperationContractAttribute(Action="http://ws.baroservice.com/AddUserToCorp", ReplyAction="*")]
System.Threading.Tasks.Task AddUserToCorpAsync(WindowsFormsApp1.BaroService_API.AddUserToCorpRequest request);
// CODEGEN: http://ws.baroservice.com/ 네임스페이스의 요소 이름 CERTKEY이(가) "nillable"로 표시되지 않았으므로 메시지 계약을 생성합니다.
[System.ServiceModel.OperationContractAttribute(Action="http://ws.baroservice.com/UpdateCorpInfo", ReplyAction="*")]
WindowsFormsApp1.BaroService_API.UpdateCorpInfoResponse UpdateCorpInfo(WindowsFormsApp1.BaroService_API.UpdateCorpInfoRequest request);
[System.ServiceModel.OperationContractAttribute(Action="http://ws.baroservice.com/UpdateCorpInfo", ReplyAction="*")]
System.Threading.Tasks.Task UpdateCorpInfoAsync(WindowsFormsApp1.BaroService_API.UpdateCorpInfoRequest request);
// CODEGEN: http://ws.baroservice.com/ 네임스페이스의 요소 이름 CERTKEY이(가) "nillable"로 표시되지 않았으므로 메시지 계약을 생성합니다.
[System.ServiceModel.OperationContractAttribute(Action="http://ws.baroservice.com/UpdateUserInfo", ReplyAction="*")]
WindowsFormsApp1.BaroService_API.UpdateUserInfoResponse UpdateUserInfo(WindowsFormsApp1.BaroService_API.UpdateUserInfoRequest request);
[System.ServiceModel.OperationContractAttribute(Action="http://ws.baroservice.com/UpdateUserInfo", ReplyAction="*")]
System.Threading.Tasks.Task UpdateUserInfoAsync(WindowsFormsApp1.BaroService_API.UpdateUserInfoRequest request);
// CODEGEN: http://ws.baroservice.com/ 네임스페이스의 요소 이름 CERTKEY이(가) "nillable"로 표시되지 않았으므로 메시지 계약을 생성합니다.
[System.ServiceModel.OperationContractAttribute(Action="http://ws.baroservice.com/UpdateUserPWD", ReplyAction="*")]
WindowsFormsApp1.BaroService_API.UpdateUserPWDResponse UpdateUserPWD(WindowsFormsApp1.BaroService_API.UpdateUserPWDRequest request);
[System.ServiceModel.OperationContractAttribute(Action="http://ws.baroservice.com/UpdateUserPWD", ReplyAction="*")]
System.Threading.Tasks.Task UpdateUserPWDAsync(WindowsFormsApp1.BaroService_API.UpdateUserPWDRequest request);
// CODEGEN: http://ws.baroservice.com/ 네임스페이스의 요소 이름 CERTKEY이(가) "nillable"로 표시되지 않았으므로 메시지 계약을 생성합니다.
[System.ServiceModel.OperationContractAttribute(Action="http://ws.baroservice.com/ChangeCorpManager", ReplyAction="*")]
WindowsFormsApp1.BaroService_API.ChangeCorpManagerResponse ChangeCorpManager(WindowsFormsApp1.BaroService_API.ChangeCorpManagerRequest request);
[System.ServiceModel.OperationContractAttribute(Action="http://ws.baroservice.com/ChangeCorpManager", ReplyAction="*")]
System.Threading.Tasks.Task ChangeCorpManagerAsync(WindowsFormsApp1.BaroService_API.ChangeCorpManagerRequest request);
// CODEGEN: http://ws.baroservice.com/ 네임스페이스의 요소 이름 CERTKEY이(가) "nillable"로 표시되지 않았으므로 메시지 계약을 생성합니다.
[System.ServiceModel.OperationContractAttribute(Action="http://ws.baroservice.com/GetCorpMemberContacts", ReplyAction="*")]
WindowsFormsApp1.BaroService_API.GetCorpMemberContactsResponse GetCorpMemberContacts(WindowsFormsApp1.BaroService_API.GetCorpMemberContactsRequest request);
[System.ServiceModel.OperationContractAttribute(Action="http://ws.baroservice.com/GetCorpMemberContacts", ReplyAction="*")]
System.Threading.Tasks.Task GetCorpMemberContactsAsync(WindowsFormsApp1.BaroService_API.GetCorpMemberContactsRequest request);
// CODEGEN: http://ws.baroservice.com/ 네임스페이스의 요소 이름 CERTKEY이(가) "nillable"로 표시되지 않았으므로 메시지 계약을 생성합니다.
[System.ServiceModel.OperationContractAttribute(Action="http://ws.baroservice.com/GetBalanceCostAmount", ReplyAction="*")]
WindowsFormsApp1.BaroService_API.GetBalanceCostAmountResponse GetBalanceCostAmount(WindowsFormsApp1.BaroService_API.GetBalanceCostAmountRequest request);
[System.ServiceModel.OperationContractAttribute(Action="http://ws.baroservice.com/GetBalanceCostAmount", ReplyAction="*")]
System.Threading.Tasks.Task GetBalanceCostAmountAsync(WindowsFormsApp1.BaroService_API.GetBalanceCostAmountRequest request);
// CODEGEN: http://ws.baroservice.com/ 네임스페이스의 요소 이름 CERTKEY이(가) "nillable"로 표시되지 않았으므로 메시지 계약을 생성합니다.
[System.ServiceModel.OperationContractAttribute(Action="http://ws.baroservice.com/GetBalanceCostAmountOfInterOP", ReplyAction="*")]
WindowsFormsApp1.BaroService_API.GetBalanceCostAmountOfInterOPResponse GetBalanceCostAmountOfInterOP(WindowsFormsApp1.BaroService_API.GetBalanceCostAmountOfInterOPRequest request);
[System.ServiceModel.OperationContractAttribute(Action="http://ws.baroservice.com/GetBalanceCostAmountOfInterOP", ReplyAction="*")]
System.Threading.Tasks.Task GetBalanceCostAmountOfInterOPAsync(WindowsFormsApp1.BaroService_API.GetBalanceCostAmountOfInterOPRequest request);
// CODEGEN: http://ws.baroservice.com/ 네임스페이스의 요소 이름 CERTKEY이(가) "nillable"로 표시되지 않았으므로 메시지 계약을 생성합니다.
[System.ServiceModel.OperationContractAttribute(Action="http://ws.baroservice.com/CheckChargeable", ReplyAction="*")]
WindowsFormsApp1.BaroService_API.CheckChargeableResponse CheckChargeable(WindowsFormsApp1.BaroService_API.CheckChargeableRequest request);
[System.ServiceModel.OperationContractAttribute(Action="http://ws.baroservice.com/CheckChargeable", ReplyAction="*")]
System.Threading.Tasks.Task CheckChargeableAsync(WindowsFormsApp1.BaroService_API.CheckChargeableRequest request);
// CODEGEN: http://ws.baroservice.com/ 네임스페이스의 요소 이름 CERTKEY이(가) "nillable"로 표시되지 않았으므로 메시지 계약을 생성합니다.
[System.ServiceModel.OperationContractAttribute(Action="http://ws.baroservice.com/GetChargeUnitCost", ReplyAction="*")]
WindowsFormsApp1.BaroService_API.GetChargeUnitCostResponse GetChargeUnitCost(WindowsFormsApp1.BaroService_API.GetChargeUnitCostRequest request);
[System.ServiceModel.OperationContractAttribute(Action="http://ws.baroservice.com/GetChargeUnitCost", ReplyAction="*")]
System.Threading.Tasks.Task GetChargeUnitCostAsync(WindowsFormsApp1.BaroService_API.GetChargeUnitCostRequest request);
// CODEGEN: http://ws.baroservice.com/ 네임스페이스의 요소 이름 CERTKEY이(가) "nillable"로 표시되지 않았으므로 메시지 계약을 생성합니다.
[System.ServiceModel.OperationContractAttribute(Action="http://ws.baroservice.com/GetCertificateRegistDate", ReplyAction="*")]
WindowsFormsApp1.BaroService_API.GetCertificateRegistDateResponse GetCertificateRegistDate(WindowsFormsApp1.BaroService_API.GetCertificateRegistDateRequest request);
[System.ServiceModel.OperationContractAttribute(Action="http://ws.baroservice.com/GetCertificateRegistDate", ReplyAction="*")]
System.Threading.Tasks.Task GetCertificateRegistDateAsync(WindowsFormsApp1.BaroService_API.GetCertificateRegistDateRequest request);
// CODEGEN: http://ws.baroservice.com/ 네임스페이스의 요소 이름 CERTKEY이(가) "nillable"로 표시되지 않았으므로 메시지 계약을 생성합니다.
[System.ServiceModel.OperationContractAttribute(Action="http://ws.baroservice.com/GetCertificateExpireDate", ReplyAction="*")]
WindowsFormsApp1.BaroService_API.GetCertificateExpireDateResponse GetCertificateExpireDate(WindowsFormsApp1.BaroService_API.GetCertificateExpireDateRequest request);
[System.ServiceModel.OperationContractAttribute(Action="http://ws.baroservice.com/GetCertificateExpireDate", ReplyAction="*")]
System.Threading.Tasks.Task GetCertificateExpireDateAsync(WindowsFormsApp1.BaroService_API.GetCertificateExpireDateRequest request);
// CODEGEN: http://ws.baroservice.com/ 네임스페이스의 요소 이름 CERTKEY이(가) "nillable"로 표시되지 않았으므로 메시지 계약을 생성합니다.
[System.ServiceModel.OperationContractAttribute(Action="http://ws.baroservice.com/CheckCERTIsValid", ReplyAction="*")]
WindowsFormsApp1.BaroService_API.CheckCERTIsValidResponse CheckCERTIsValid(WindowsFormsApp1.BaroService_API.CheckCERTIsValidRequest request);
[System.ServiceModel.OperationContractAttribute(Action="http://ws.baroservice.com/CheckCERTIsValid", ReplyAction="*")]
System.Threading.Tasks.Task CheckCERTIsValidAsync(WindowsFormsApp1.BaroService_API.CheckCERTIsValidRequest request);
// CODEGEN: http://ws.baroservice.com/ 네임스페이스의 요소 이름 CERTKEY이(가) "nillable"로 표시되지 않았으므로 메시지 계약을 생성합니다.
[System.ServiceModel.OperationContractAttribute(Action="http://ws.baroservice.com/GetCertificateRegistURL", ReplyAction="*")]
WindowsFormsApp1.BaroService_API.GetCertificateRegistURLResponse GetCertificateRegistURL(WindowsFormsApp1.BaroService_API.GetCertificateRegistURLRequest request);
[System.ServiceModel.OperationContractAttribute(Action="http://ws.baroservice.com/GetCertificateRegistURL", ReplyAction="*")]
System.Threading.Tasks.Task GetCertificateRegistURLAsync(WindowsFormsApp1.BaroService_API.GetCertificateRegistURLRequest request);
// CODEGEN: http://ws.baroservice.com/ 네임스페이스의 요소 이름 CERTKEY이(가) "nillable"로 표시되지 않았으므로 메시지 계약을 생성합니다.
[System.ServiceModel.OperationContractAttribute(Action="http://ws.baroservice.com/GetBaroBillURL", ReplyAction="*")]
WindowsFormsApp1.BaroService_API.GetBaroBillURLResponse GetBaroBillURL(WindowsFormsApp1.BaroService_API.GetBaroBillURLRequest request);
[System.ServiceModel.OperationContractAttribute(Action="http://ws.baroservice.com/GetBaroBillURL", ReplyAction="*")]
System.Threading.Tasks.Task GetBaroBillURLAsync(WindowsFormsApp1.BaroService_API.GetBaroBillURLRequest request);
// CODEGEN: http://ws.baroservice.com/ 네임스페이스의 요소 이름 CERTKEY이(가) "nillable"로 표시되지 않았으므로 메시지 계약을 생성합니다.
[System.ServiceModel.OperationContractAttribute(Action="http://ws.baroservice.com/GetLoginURL", ReplyAction="*")]
WindowsFormsApp1.BaroService_API.GetLoginURLResponse GetLoginURL(WindowsFormsApp1.BaroService_API.GetLoginURLRequest request);
[System.ServiceModel.OperationContractAttribute(Action="http://ws.baroservice.com/GetLoginURL", ReplyAction="*")]
System.Threading.Tasks.Task GetLoginURLAsync(WindowsFormsApp1.BaroService_API.GetLoginURLRequest request);
// CODEGEN: http://ws.baroservice.com/ 네임스페이스의 요소 이름 CERTKEY이(가) "nillable"로 표시되지 않았으므로 메시지 계약을 생성합니다.
[System.ServiceModel.OperationContractAttribute(Action="http://ws.baroservice.com/GetCashChargeURL", ReplyAction="*")]
WindowsFormsApp1.BaroService_API.GetCashChargeURLResponse GetCashChargeURL(WindowsFormsApp1.BaroService_API.GetCashChargeURLRequest request);
[System.ServiceModel.OperationContractAttribute(Action="http://ws.baroservice.com/GetCashChargeURL", ReplyAction="*")]
System.Threading.Tasks.Task GetCashChargeURLAsync(WindowsFormsApp1.BaroService_API.GetCashChargeURLRequest request);
// CODEGEN: http://ws.baroservice.com/ 네임스페이스의 요소 이름 CERTKEY이(가) "nillable"로 표시되지 않았으므로 메시지 계약을 생성합니다.
[System.ServiceModel.OperationContractAttribute(Action="http://ws.baroservice.com/RegistSMSFromNumber", ReplyAction="*")]
WindowsFormsApp1.BaroService_API.RegistSMSFromNumberResponse RegistSMSFromNumber(WindowsFormsApp1.BaroService_API.RegistSMSFromNumberRequest request);
[System.ServiceModel.OperationContractAttribute(Action="http://ws.baroservice.com/RegistSMSFromNumber", ReplyAction="*")]
System.Threading.Tasks.Task RegistSMSFromNumberAsync(WindowsFormsApp1.BaroService_API.RegistSMSFromNumberRequest request);
// CODEGEN: http://ws.baroservice.com/ 네임스페이스의 요소 이름 CERTKEY이(가) "nillable"로 표시되지 않았으므로 메시지 계약을 생성합니다.
[System.ServiceModel.OperationContractAttribute(Action="http://ws.baroservice.com/CheckSMSFromNumber", ReplyAction="*")]
WindowsFormsApp1.BaroService_API.CheckSMSFromNumberResponse CheckSMSFromNumber(WindowsFormsApp1.BaroService_API.CheckSMSFromNumberRequest request);
[System.ServiceModel.OperationContractAttribute(Action="http://ws.baroservice.com/CheckSMSFromNumber", ReplyAction="*")]
System.Threading.Tasks.Task CheckSMSFromNumberAsync(WindowsFormsApp1.BaroService_API.CheckSMSFromNumberRequest request);
// CODEGEN: http://ws.baroservice.com/ 네임스페이스의 요소 이름 CERTKEY이(가) "nillable"로 표시되지 않았으므로 메시지 계약을 생성합니다.
[System.ServiceModel.OperationContractAttribute(Action="http://ws.baroservice.com/GetSMSFromNumbers", ReplyAction="*")]
WindowsFormsApp1.BaroService_API.GetSMSFromNumbersResponse GetSMSFromNumbers(WindowsFormsApp1.BaroService_API.GetSMSFromNumbersRequest request);
[System.ServiceModel.OperationContractAttribute(Action="http://ws.baroservice.com/GetSMSFromNumbers", ReplyAction="*")]
System.Threading.Tasks.Task GetSMSFromNumbersAsync(WindowsFormsApp1.BaroService_API.GetSMSFromNumbersRequest request);
// CODEGEN: http://ws.baroservice.com/ 네임스페이스의 요소 이름 CERTKEY이(가) "nillable"로 표시되지 않았으므로 메시지 계약을 생성합니다.
[System.ServiceModel.OperationContractAttribute(Action="http://ws.baroservice.com/GetSMSFromNumberURL", ReplyAction="*")]
WindowsFormsApp1.BaroService_API.GetSMSFromNumberURLResponse GetSMSFromNumberURL(WindowsFormsApp1.BaroService_API.GetSMSFromNumberURLRequest request);
[System.ServiceModel.OperationContractAttribute(Action="http://ws.baroservice.com/GetSMSFromNumberURL", ReplyAction="*")]
System.Threading.Tasks.Task GetSMSFromNumberURLAsync(WindowsFormsApp1.BaroService_API.GetSMSFromNumberURLRequest request);
// CODEGEN: http://ws.baroservice.com/ 네임스페이스의 요소 이름 CERTKEY이(가) "nillable"로 표시되지 않았으므로 메시지 계약을 생성합니다.
[System.ServiceModel.OperationContractAttribute(Action="http://ws.baroservice.com/CheckFaxFromNumber", ReplyAction="*")]
WindowsFormsApp1.BaroService_API.CheckFaxFromNumberResponse CheckFaxFromNumber(WindowsFormsApp1.BaroService_API.CheckFaxFromNumberRequest request);
[System.ServiceModel.OperationContractAttribute(Action="http://ws.baroservice.com/CheckFaxFromNumber", ReplyAction="*")]
System.Threading.Tasks.Task CheckFaxFromNumberAsync(WindowsFormsApp1.BaroService_API.CheckFaxFromNumberRequest request);
// CODEGEN: http://ws.baroservice.com/ 네임스페이스의 요소 이름 CERTKEY이(가) "nillable"로 표시되지 않았으므로 메시지 계약을 생성합니다.
[System.ServiceModel.OperationContractAttribute(Action="http://ws.baroservice.com/GetFaxFromNumbers", ReplyAction="*")]
WindowsFormsApp1.BaroService_API.GetFaxFromNumbersResponse GetFaxFromNumbers(WindowsFormsApp1.BaroService_API.GetFaxFromNumbersRequest request);
[System.ServiceModel.OperationContractAttribute(Action="http://ws.baroservice.com/GetFaxFromNumbers", ReplyAction="*")]
System.Threading.Tasks.Task GetFaxFromNumbersAsync(WindowsFormsApp1.BaroService_API.GetFaxFromNumbersRequest request);
// CODEGEN: http://ws.baroservice.com/ 네임스페이스의 요소 이름 CERTKEY이(가) "nillable"로 표시되지 않았으므로 메시지 계약을 생성합니다.
[System.ServiceModel.OperationContractAttribute(Action="http://ws.baroservice.com/GetFaxFromNumberURL", ReplyAction="*")]
WindowsFormsApp1.BaroService_API.GetFaxFromNumberURLResponse GetFaxFromNumberURL(WindowsFormsApp1.BaroService_API.GetFaxFromNumberURLRequest request);
[System.ServiceModel.OperationContractAttribute(Action="http://ws.baroservice.com/GetFaxFromNumberURL", ReplyAction="*")]
System.Threading.Tasks.Task GetFaxFromNumberURLAsync(WindowsFormsApp1.BaroService_API.GetFaxFromNumberURLRequest request);
// CODEGEN: http://ws.baroservice.com/ 네임스페이스의 요소 이름 CERTKEY이(가) "nillable"로 표시되지 않았으므로 메시지 계약을 생성합니다.
[System.ServiceModel.OperationContractAttribute(Action="http://ws.baroservice.com/GetErrString", ReplyAction="*")]
WindowsFormsApp1.BaroService_API.GetErrStringResponse GetErrString(WindowsFormsApp1.BaroService_API.GetErrStringRequest request);
[System.ServiceModel.OperationContractAttribute(Action="http://ws.baroservice.com/GetErrString", ReplyAction="*")]
System.Threading.Tasks.Task GetErrStringAsync(WindowsFormsApp1.BaroService_API.GetErrStringRequest request);
[System.ServiceModel.OperationContractAttribute(Action="http://ws.baroservice.com/Ping", ReplyAction="*")]
void Ping();
[System.ServiceModel.OperationContractAttribute(Action="http://ws.baroservice.com/Ping", ReplyAction="*")]
System.Threading.Tasks.Task PingAsync();
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
public partial class SendFaxFromFTPRequest {
[System.ServiceModel.MessageBodyMemberAttribute(Name="SendFaxFromFTP", Namespace="http://ws.baroservice.com/", Order=0)]
public WindowsFormsApp1.BaroService_API.SendFaxFromFTPRequestBody Body;
public SendFaxFromFTPRequest() {
}
public SendFaxFromFTPRequest(WindowsFormsApp1.BaroService_API.SendFaxFromFTPRequestBody Body) {
this.Body = Body;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Runtime.Serialization.DataContractAttribute(Namespace="http://ws.baroservice.com/")]
public partial class SendFaxFromFTPRequestBody {
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public string CERTKEY;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)]
public string CorpNum;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=2)]
public string SenderID;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=3)]
public string FileName;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=4)]
public string FromNumber;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=5)]
public string ToNumber;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=6)]
public string ReceiveCorp;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=7)]
public string ReceiveName;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=8)]
public string SendDT;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=9)]
public string RefKey;
public SendFaxFromFTPRequestBody() {
}
public SendFaxFromFTPRequestBody(string CERTKEY, string CorpNum, string SenderID, string FileName, string FromNumber, string ToNumber, string ReceiveCorp, string ReceiveName, string SendDT, string RefKey) {
this.CERTKEY = CERTKEY;
this.CorpNum = CorpNum;
this.SenderID = SenderID;
this.FileName = FileName;
this.FromNumber = FromNumber;
this.ToNumber = ToNumber;
this.ReceiveCorp = ReceiveCorp;
this.ReceiveName = ReceiveName;
this.SendDT = SendDT;
this.RefKey = RefKey;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
public partial class SendFaxFromFTPResponse {
[System.ServiceModel.MessageBodyMemberAttribute(Name="SendFaxFromFTPResponse", Namespace="http://ws.baroservice.com/", Order=0)]
public WindowsFormsApp1.BaroService_API.SendFaxFromFTPResponseBody Body;
public SendFaxFromFTPResponse() {
}
public SendFaxFromFTPResponse(WindowsFormsApp1.BaroService_API.SendFaxFromFTPResponseBody Body) {
this.Body = Body;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Runtime.Serialization.DataContractAttribute(Namespace="http://ws.baroservice.com/")]
public partial class SendFaxFromFTPResponseBody {
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public string SendFaxFromFTPResult;
public SendFaxFromFTPResponseBody() {
}
public SendFaxFromFTPResponseBody(string SendFaxFromFTPResult) {
this.SendFaxFromFTPResult = SendFaxFromFTPResult;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
public partial class SendFaxesFromFTPRequest {
[System.ServiceModel.MessageBodyMemberAttribute(Name="SendFaxesFromFTP", Namespace="http://ws.baroservice.com/", Order=0)]
public WindowsFormsApp1.BaroService_API.SendFaxesFromFTPRequestBody Body;
public SendFaxesFromFTPRequest() {
}
public SendFaxesFromFTPRequest(WindowsFormsApp1.BaroService_API.SendFaxesFromFTPRequestBody Body) {
this.Body = Body;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Runtime.Serialization.DataContractAttribute(Namespace="http://ws.baroservice.com/")]
public partial class SendFaxesFromFTPRequestBody {
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public string CERTKEY;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)]
public string CorpNum;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=2)]
public string SenderID;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=3)]
public string FileName;
[System.Runtime.Serialization.DataMemberAttribute(Order=4)]
public int SendCount;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=5)]
public WindowsFormsApp1.BaroService_API.FaxMessage[] Messages;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=6)]
public string SendDT;
public SendFaxesFromFTPRequestBody() {
}
public SendFaxesFromFTPRequestBody(string CERTKEY, string CorpNum, string SenderID, string FileName, int SendCount, WindowsFormsApp1.BaroService_API.FaxMessage[] Messages, string SendDT) {
this.CERTKEY = CERTKEY;
this.CorpNum = CorpNum;
this.SenderID = SenderID;
this.FileName = FileName;
this.SendCount = SendCount;
this.Messages = Messages;
this.SendDT = SendDT;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
public partial class SendFaxesFromFTPResponse {
[System.ServiceModel.MessageBodyMemberAttribute(Name="SendFaxesFromFTPResponse", Namespace="http://ws.baroservice.com/", Order=0)]
public WindowsFormsApp1.BaroService_API.SendFaxesFromFTPResponseBody Body;
public SendFaxesFromFTPResponse() {
}
public SendFaxesFromFTPResponse(WindowsFormsApp1.BaroService_API.SendFaxesFromFTPResponseBody Body) {
this.Body = Body;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Runtime.Serialization.DataContractAttribute(Namespace="http://ws.baroservice.com/")]
public partial class SendFaxesFromFTPResponseBody {
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public WindowsFormsApp1.BaroService_API.ArrayOfString SendFaxesFromFTPResult;
public SendFaxesFromFTPResponseBody() {
}
public SendFaxesFromFTPResponseBody(WindowsFormsApp1.BaroService_API.ArrayOfString SendFaxesFromFTPResult) {
this.SendFaxesFromFTPResult = SendFaxesFromFTPResult;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
public partial class SendFaxFromFTPExRequest {
[System.ServiceModel.MessageBodyMemberAttribute(Name="SendFaxFromFTPEx", Namespace="http://ws.baroservice.com/", Order=0)]
public WindowsFormsApp1.BaroService_API.SendFaxFromFTPExRequestBody Body;
public SendFaxFromFTPExRequest() {
}
public SendFaxFromFTPExRequest(WindowsFormsApp1.BaroService_API.SendFaxFromFTPExRequestBody Body) {
this.Body = Body;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Runtime.Serialization.DataContractAttribute(Namespace="http://ws.baroservice.com/")]
public partial class SendFaxFromFTPExRequestBody {
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public string CERTKEY;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)]
public string CorpNum;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=2)]
public string SenderID;
[System.Runtime.Serialization.DataMemberAttribute(Order=3)]
public int FileCount;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=4)]
public WindowsFormsApp1.BaroService_API.ArrayOfString FileNames;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=5)]
public string FromNumber;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=6)]
public string ToNumber;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=7)]
public string ReceiveCorp;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=8)]
public string ReceiveName;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=9)]
public string SendDT;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=10)]
public string RefKey;
public SendFaxFromFTPExRequestBody() {
}
public SendFaxFromFTPExRequestBody(string CERTKEY, string CorpNum, string SenderID, int FileCount, WindowsFormsApp1.BaroService_API.ArrayOfString FileNames, string FromNumber, string ToNumber, string ReceiveCorp, string ReceiveName, string SendDT, string RefKey) {
this.CERTKEY = CERTKEY;
this.CorpNum = CorpNum;
this.SenderID = SenderID;
this.FileCount = FileCount;
this.FileNames = FileNames;
this.FromNumber = FromNumber;
this.ToNumber = ToNumber;
this.ReceiveCorp = ReceiveCorp;
this.ReceiveName = ReceiveName;
this.SendDT = SendDT;
this.RefKey = RefKey;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
public partial class SendFaxFromFTPExResponse {
[System.ServiceModel.MessageBodyMemberAttribute(Name="SendFaxFromFTPExResponse", Namespace="http://ws.baroservice.com/", Order=0)]
public WindowsFormsApp1.BaroService_API.SendFaxFromFTPExResponseBody Body;
public SendFaxFromFTPExResponse() {
}
public SendFaxFromFTPExResponse(WindowsFormsApp1.BaroService_API.SendFaxFromFTPExResponseBody Body) {
this.Body = Body;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Runtime.Serialization.DataContractAttribute(Namespace="http://ws.baroservice.com/")]
public partial class SendFaxFromFTPExResponseBody {
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public string SendFaxFromFTPExResult;
public SendFaxFromFTPExResponseBody() {
}
public SendFaxFromFTPExResponseBody(string SendFaxFromFTPExResult) {
this.SendFaxFromFTPExResult = SendFaxFromFTPExResult;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
public partial class SendFaxesFromFTPExRequest {
[System.ServiceModel.MessageBodyMemberAttribute(Name="SendFaxesFromFTPEx", Namespace="http://ws.baroservice.com/", Order=0)]
public WindowsFormsApp1.BaroService_API.SendFaxesFromFTPExRequestBody Body;
public SendFaxesFromFTPExRequest() {
}
public SendFaxesFromFTPExRequest(WindowsFormsApp1.BaroService_API.SendFaxesFromFTPExRequestBody Body) {
this.Body = Body;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Runtime.Serialization.DataContractAttribute(Namespace="http://ws.baroservice.com/")]
public partial class SendFaxesFromFTPExRequestBody {
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public string CERTKEY;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)]
public string CorpNum;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=2)]
public string SenderID;
[System.Runtime.Serialization.DataMemberAttribute(Order=3)]
public int FileCount;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=4)]
public WindowsFormsApp1.BaroService_API.ArrayOfString FileNames;
[System.Runtime.Serialization.DataMemberAttribute(Order=5)]
public int SendCount;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=6)]
public WindowsFormsApp1.BaroService_API.FaxMessage[] Messages;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=7)]
public string SendDT;
public SendFaxesFromFTPExRequestBody() {
}
public SendFaxesFromFTPExRequestBody(string CERTKEY, string CorpNum, string SenderID, int FileCount, WindowsFormsApp1.BaroService_API.ArrayOfString FileNames, int SendCount, WindowsFormsApp1.BaroService_API.FaxMessage[] Messages, string SendDT) {
this.CERTKEY = CERTKEY;
this.CorpNum = CorpNum;
this.SenderID = SenderID;
this.FileCount = FileCount;
this.FileNames = FileNames;
this.SendCount = SendCount;
this.Messages = Messages;
this.SendDT = SendDT;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
public partial class SendFaxesFromFTPExResponse {
[System.ServiceModel.MessageBodyMemberAttribute(Name="SendFaxesFromFTPExResponse", Namespace="http://ws.baroservice.com/", Order=0)]
public WindowsFormsApp1.BaroService_API.SendFaxesFromFTPExResponseBody Body;
public SendFaxesFromFTPExResponse() {
}
public SendFaxesFromFTPExResponse(WindowsFormsApp1.BaroService_API.SendFaxesFromFTPExResponseBody Body) {
this.Body = Body;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Runtime.Serialization.DataContractAttribute(Namespace="http://ws.baroservice.com/")]
public partial class SendFaxesFromFTPExResponseBody {
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public WindowsFormsApp1.BaroService_API.ArrayOfString SendFaxesFromFTPExResult;
public SendFaxesFromFTPExResponseBody() {
}
public SendFaxesFromFTPExResponseBody(WindowsFormsApp1.BaroService_API.ArrayOfString SendFaxesFromFTPExResult) {
this.SendFaxesFromFTPExResult = SendFaxesFromFTPExResult;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
public partial class ReSendFaxRequest {
[System.ServiceModel.MessageBodyMemberAttribute(Name="ReSendFax", Namespace="http://ws.baroservice.com/", Order=0)]
public WindowsFormsApp1.BaroService_API.ReSendFaxRequestBody Body;
public ReSendFaxRequest() {
}
public ReSendFaxRequest(WindowsFormsApp1.BaroService_API.ReSendFaxRequestBody Body) {
this.Body = Body;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Runtime.Serialization.DataContractAttribute(Namespace="http://ws.baroservice.com/")]
public partial class ReSendFaxRequestBody {
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public string CERTKEY;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)]
public string CorpNum;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=2)]
public string SenderID;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=3)]
public string SendKey;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=4)]
public string RefKey;
public ReSendFaxRequestBody() {
}
public ReSendFaxRequestBody(string CERTKEY, string CorpNum, string SenderID, string SendKey, string RefKey) {
this.CERTKEY = CERTKEY;
this.CorpNum = CorpNum;
this.SenderID = SenderID;
this.SendKey = SendKey;
this.RefKey = RefKey;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
public partial class ReSendFaxResponse {
[System.ServiceModel.MessageBodyMemberAttribute(Name="ReSendFaxResponse", Namespace="http://ws.baroservice.com/", Order=0)]
public WindowsFormsApp1.BaroService_API.ReSendFaxResponseBody Body;
public ReSendFaxResponse() {
}
public ReSendFaxResponse(WindowsFormsApp1.BaroService_API.ReSendFaxResponseBody Body) {
this.Body = Body;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Runtime.Serialization.DataContractAttribute(Namespace="http://ws.baroservice.com/")]
public partial class ReSendFaxResponseBody {
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public string ReSendFaxResult;
public ReSendFaxResponseBody() {
}
public ReSendFaxResponseBody(string ReSendFaxResult) {
this.ReSendFaxResult = ReSendFaxResult;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
public partial class ReSendFaxExRequest {
[System.ServiceModel.MessageBodyMemberAttribute(Name="ReSendFaxEx", Namespace="http://ws.baroservice.com/", Order=0)]
public WindowsFormsApp1.BaroService_API.ReSendFaxExRequestBody Body;
public ReSendFaxExRequest() {
}
public ReSendFaxExRequest(WindowsFormsApp1.BaroService_API.ReSendFaxExRequestBody Body) {
this.Body = Body;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Runtime.Serialization.DataContractAttribute(Namespace="http://ws.baroservice.com/")]
public partial class ReSendFaxExRequestBody {
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public string CERTKEY;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)]
public string CorpNum;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=2)]
public string SenderID;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=3)]
public string SendKey;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=4)]
public string RefKey;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=5)]
public string ToNumber;
public ReSendFaxExRequestBody() {
}
public ReSendFaxExRequestBody(string CERTKEY, string CorpNum, string SenderID, string SendKey, string RefKey, string ToNumber) {
this.CERTKEY = CERTKEY;
this.CorpNum = CorpNum;
this.SenderID = SenderID;
this.SendKey = SendKey;
this.RefKey = RefKey;
this.ToNumber = ToNumber;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
public partial class ReSendFaxExResponse {
[System.ServiceModel.MessageBodyMemberAttribute(Name="ReSendFaxExResponse", Namespace="http://ws.baroservice.com/", Order=0)]
public WindowsFormsApp1.BaroService_API.ReSendFaxExResponseBody Body;
public ReSendFaxExResponse() {
}
public ReSendFaxExResponse(WindowsFormsApp1.BaroService_API.ReSendFaxExResponseBody Body) {
this.Body = Body;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Runtime.Serialization.DataContractAttribute(Namespace="http://ws.baroservice.com/")]
public partial class ReSendFaxExResponseBody {
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public string ReSendFaxExResult;
public ReSendFaxExResponseBody() {
}
public ReSendFaxExResponseBody(string ReSendFaxExResult) {
this.ReSendFaxExResult = ReSendFaxExResult;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
public partial class CancelReservedFaxMessageRequest {
[System.ServiceModel.MessageBodyMemberAttribute(Name="CancelReservedFaxMessage", Namespace="http://ws.baroservice.com/", Order=0)]
public WindowsFormsApp1.BaroService_API.CancelReservedFaxMessageRequestBody Body;
public CancelReservedFaxMessageRequest() {
}
public CancelReservedFaxMessageRequest(WindowsFormsApp1.BaroService_API.CancelReservedFaxMessageRequestBody Body) {
this.Body = Body;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Runtime.Serialization.DataContractAttribute(Namespace="http://ws.baroservice.com/")]
public partial class CancelReservedFaxMessageRequestBody {
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public string CERTKEY;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)]
public string CorpNum;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=2)]
public string SendKey;
public CancelReservedFaxMessageRequestBody() {
}
public CancelReservedFaxMessageRequestBody(string CERTKEY, string CorpNum, string SendKey) {
this.CERTKEY = CERTKEY;
this.CorpNum = CorpNum;
this.SendKey = SendKey;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
public partial class CancelReservedFaxMessageResponse {
[System.ServiceModel.MessageBodyMemberAttribute(Name="CancelReservedFaxMessageResponse", Namespace="http://ws.baroservice.com/", Order=0)]
public WindowsFormsApp1.BaroService_API.CancelReservedFaxMessageResponseBody Body;
public CancelReservedFaxMessageResponse() {
}
public CancelReservedFaxMessageResponse(WindowsFormsApp1.BaroService_API.CancelReservedFaxMessageResponseBody Body) {
this.Body = Body;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Runtime.Serialization.DataContractAttribute(Namespace="http://ws.baroservice.com/")]
public partial class CancelReservedFaxMessageResponseBody {
[System.Runtime.Serialization.DataMemberAttribute(Order=0)]
public int CancelReservedFaxMessageResult;
public CancelReservedFaxMessageResponseBody() {
}
public CancelReservedFaxMessageResponseBody(int CancelReservedFaxMessageResult) {
this.CancelReservedFaxMessageResult = CancelReservedFaxMessageResult;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
public partial class GetFaxSendStateRequest {
[System.ServiceModel.MessageBodyMemberAttribute(Name="GetFaxSendState", Namespace="http://ws.baroservice.com/", Order=0)]
public WindowsFormsApp1.BaroService_API.GetFaxSendStateRequestBody Body;
public GetFaxSendStateRequest() {
}
public GetFaxSendStateRequest(WindowsFormsApp1.BaroService_API.GetFaxSendStateRequestBody Body) {
this.Body = Body;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Runtime.Serialization.DataContractAttribute(Namespace="http://ws.baroservice.com/")]
public partial class GetFaxSendStateRequestBody {
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public string CERTKEY;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)]
public string CorpNum;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=2)]
public string SendKey;
public GetFaxSendStateRequestBody() {
}
public GetFaxSendStateRequestBody(string CERTKEY, string CorpNum, string SendKey) {
this.CERTKEY = CERTKEY;
this.CorpNum = CorpNum;
this.SendKey = SendKey;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
public partial class GetFaxSendStateResponse {
[System.ServiceModel.MessageBodyMemberAttribute(Name="GetFaxSendStateResponse", Namespace="http://ws.baroservice.com/", Order=0)]
public WindowsFormsApp1.BaroService_API.GetFaxSendStateResponseBody Body;
public GetFaxSendStateResponse() {
}
public GetFaxSendStateResponse(WindowsFormsApp1.BaroService_API.GetFaxSendStateResponseBody Body) {
this.Body = Body;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Runtime.Serialization.DataContractAttribute(Namespace="http://ws.baroservice.com/")]
public partial class GetFaxSendStateResponseBody {
[System.Runtime.Serialization.DataMemberAttribute(Order=0)]
public int GetFaxSendStateResult;
public GetFaxSendStateResponseBody() {
}
public GetFaxSendStateResponseBody(int GetFaxSendStateResult) {
this.GetFaxSendStateResult = GetFaxSendStateResult;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
public partial class GetFaxMessageRequest {
[System.ServiceModel.MessageBodyMemberAttribute(Name="GetFaxMessage", Namespace="http://ws.baroservice.com/", Order=0)]
public WindowsFormsApp1.BaroService_API.GetFaxMessageRequestBody Body;
public GetFaxMessageRequest() {
}
public GetFaxMessageRequest(WindowsFormsApp1.BaroService_API.GetFaxMessageRequestBody Body) {
this.Body = Body;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Runtime.Serialization.DataContractAttribute(Namespace="http://ws.baroservice.com/")]
public partial class GetFaxMessageRequestBody {
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public string CERTKEY;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)]
public string CorpNum;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=2)]
public string SendKey;
public GetFaxMessageRequestBody() {
}
public GetFaxMessageRequestBody(string CERTKEY, string CorpNum, string SendKey) {
this.CERTKEY = CERTKEY;
this.CorpNum = CorpNum;
this.SendKey = SendKey;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
public partial class GetFaxMessageResponse {
[System.ServiceModel.MessageBodyMemberAttribute(Name="GetFaxMessageResponse", Namespace="http://ws.baroservice.com/", Order=0)]
public WindowsFormsApp1.BaroService_API.GetFaxMessageResponseBody Body;
public GetFaxMessageResponse() {
}
public GetFaxMessageResponse(WindowsFormsApp1.BaroService_API.GetFaxMessageResponseBody Body) {
this.Body = Body;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Runtime.Serialization.DataContractAttribute(Namespace="http://ws.baroservice.com/")]
public partial class GetFaxMessageResponseBody {
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public WindowsFormsApp1.BaroService_API.FaxMessage GetFaxMessageResult;
public GetFaxMessageResponseBody() {
}
public GetFaxMessageResponseBody(WindowsFormsApp1.BaroService_API.FaxMessage GetFaxMessageResult) {
this.GetFaxMessageResult = GetFaxMessageResult;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
public partial class GetFaxMessageExRequest {
[System.ServiceModel.MessageBodyMemberAttribute(Name="GetFaxMessageEx", Namespace="http://ws.baroservice.com/", Order=0)]
public WindowsFormsApp1.BaroService_API.GetFaxMessageExRequestBody Body;
public GetFaxMessageExRequest() {
}
public GetFaxMessageExRequest(WindowsFormsApp1.BaroService_API.GetFaxMessageExRequestBody Body) {
this.Body = Body;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Runtime.Serialization.DataContractAttribute(Namespace="http://ws.baroservice.com/")]
public partial class GetFaxMessageExRequestBody {
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public string CERTKEY;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)]
public string CorpNum;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=2)]
public string SendKey;
public GetFaxMessageExRequestBody() {
}
public GetFaxMessageExRequestBody(string CERTKEY, string CorpNum, string SendKey) {
this.CERTKEY = CERTKEY;
this.CorpNum = CorpNum;
this.SendKey = SendKey;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
public partial class GetFaxMessageExResponse {
[System.ServiceModel.MessageBodyMemberAttribute(Name="GetFaxMessageExResponse", Namespace="http://ws.baroservice.com/", Order=0)]
public WindowsFormsApp1.BaroService_API.GetFaxMessageExResponseBody Body;
public GetFaxMessageExResponse() {
}
public GetFaxMessageExResponse(WindowsFormsApp1.BaroService_API.GetFaxMessageExResponseBody Body) {
this.Body = Body;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Runtime.Serialization.DataContractAttribute(Namespace="http://ws.baroservice.com/")]
public partial class GetFaxMessageExResponseBody {
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public WindowsFormsApp1.BaroService_API.FaxMessageEx GetFaxMessageExResult;
public GetFaxMessageExResponseBody() {
}
public GetFaxMessageExResponseBody(WindowsFormsApp1.BaroService_API.FaxMessageEx GetFaxMessageExResult) {
this.GetFaxMessageExResult = GetFaxMessageExResult;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
public partial class GetFaxSendMessagesRequest {
[System.ServiceModel.MessageBodyMemberAttribute(Name="GetFaxSendMessages", Namespace="http://ws.baroservice.com/", Order=0)]
public WindowsFormsApp1.BaroService_API.GetFaxSendMessagesRequestBody Body;
public GetFaxSendMessagesRequest() {
}
public GetFaxSendMessagesRequest(WindowsFormsApp1.BaroService_API.GetFaxSendMessagesRequestBody Body) {
this.Body = Body;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Runtime.Serialization.DataContractAttribute(Namespace="http://ws.baroservice.com/")]
public partial class GetFaxSendMessagesRequestBody {
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public string CERTKEY;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)]
public string CorpNum;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=2)]
public WindowsFormsApp1.BaroService_API.ArrayOfString SendKeyList;
public GetFaxSendMessagesRequestBody() {
}
public GetFaxSendMessagesRequestBody(string CERTKEY, string CorpNum, WindowsFormsApp1.BaroService_API.ArrayOfString SendKeyList) {
this.CERTKEY = CERTKEY;
this.CorpNum = CorpNum;
this.SendKeyList = SendKeyList;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
public partial class GetFaxSendMessagesResponse {
[System.ServiceModel.MessageBodyMemberAttribute(Name="GetFaxSendMessagesResponse", Namespace="http://ws.baroservice.com/", Order=0)]
public WindowsFormsApp1.BaroService_API.GetFaxSendMessagesResponseBody Body;
public GetFaxSendMessagesResponse() {
}
public GetFaxSendMessagesResponse(WindowsFormsApp1.BaroService_API.GetFaxSendMessagesResponseBody Body) {
this.Body = Body;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Runtime.Serialization.DataContractAttribute(Namespace="http://ws.baroservice.com/")]
public partial class GetFaxSendMessagesResponseBody {
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public WindowsFormsApp1.BaroService_API.FaxMessage[] GetFaxSendMessagesResult;
public GetFaxSendMessagesResponseBody() {
}
public GetFaxSendMessagesResponseBody(WindowsFormsApp1.BaroService_API.FaxMessage[] GetFaxSendMessagesResult) {
this.GetFaxSendMessagesResult = GetFaxSendMessagesResult;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
public partial class GetFaxSendMessagesExRequest {
[System.ServiceModel.MessageBodyMemberAttribute(Name="GetFaxSendMessagesEx", Namespace="http://ws.baroservice.com/", Order=0)]
public WindowsFormsApp1.BaroService_API.GetFaxSendMessagesExRequestBody Body;
public GetFaxSendMessagesExRequest() {
}
public GetFaxSendMessagesExRequest(WindowsFormsApp1.BaroService_API.GetFaxSendMessagesExRequestBody Body) {
this.Body = Body;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Runtime.Serialization.DataContractAttribute(Namespace="http://ws.baroservice.com/")]
public partial class GetFaxSendMessagesExRequestBody {
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public string CERTKEY;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)]
public string CorpNum;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=2)]
public WindowsFormsApp1.BaroService_API.ArrayOfString SendKeyList;
public GetFaxSendMessagesExRequestBody() {
}
public GetFaxSendMessagesExRequestBody(string CERTKEY, string CorpNum, WindowsFormsApp1.BaroService_API.ArrayOfString SendKeyList) {
this.CERTKEY = CERTKEY;
this.CorpNum = CorpNum;
this.SendKeyList = SendKeyList;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
public partial class GetFaxSendMessagesExResponse {
[System.ServiceModel.MessageBodyMemberAttribute(Name="GetFaxSendMessagesExResponse", Namespace="http://ws.baroservice.com/", Order=0)]
public WindowsFormsApp1.BaroService_API.GetFaxSendMessagesExResponseBody Body;
public GetFaxSendMessagesExResponse() {
}
public GetFaxSendMessagesExResponse(WindowsFormsApp1.BaroService_API.GetFaxSendMessagesExResponseBody Body) {
this.Body = Body;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Runtime.Serialization.DataContractAttribute(Namespace="http://ws.baroservice.com/")]
public partial class GetFaxSendMessagesExResponseBody {
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public WindowsFormsApp1.BaroService_API.FaxMessageEx[] GetFaxSendMessagesExResult;
public GetFaxSendMessagesExResponseBody() {
}
public GetFaxSendMessagesExResponseBody(WindowsFormsApp1.BaroService_API.FaxMessageEx[] GetFaxSendMessagesExResult) {
this.GetFaxSendMessagesExResult = GetFaxSendMessagesExResult;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
public partial class GetFaxSendMessagesByRefKeyRequest {
[System.ServiceModel.MessageBodyMemberAttribute(Name="GetFaxSendMessagesByRefKey", Namespace="http://ws.baroservice.com/", Order=0)]
public WindowsFormsApp1.BaroService_API.GetFaxSendMessagesByRefKeyRequestBody Body;
public GetFaxSendMessagesByRefKeyRequest() {
}
public GetFaxSendMessagesByRefKeyRequest(WindowsFormsApp1.BaroService_API.GetFaxSendMessagesByRefKeyRequestBody Body) {
this.Body = Body;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Runtime.Serialization.DataContractAttribute(Namespace="http://ws.baroservice.com/")]
public partial class GetFaxSendMessagesByRefKeyRequestBody {
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public string CERTKEY;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)]
public string CorpNum;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=2)]
public string RefKey;
public GetFaxSendMessagesByRefKeyRequestBody() {
}
public GetFaxSendMessagesByRefKeyRequestBody(string CERTKEY, string CorpNum, string RefKey) {
this.CERTKEY = CERTKEY;
this.CorpNum = CorpNum;
this.RefKey = RefKey;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
public partial class GetFaxSendMessagesByRefKeyResponse {
[System.ServiceModel.MessageBodyMemberAttribute(Name="GetFaxSendMessagesByRefKeyResponse", Namespace="http://ws.baroservice.com/", Order=0)]
public WindowsFormsApp1.BaroService_API.GetFaxSendMessagesByRefKeyResponseBody Body;
public GetFaxSendMessagesByRefKeyResponse() {
}
public GetFaxSendMessagesByRefKeyResponse(WindowsFormsApp1.BaroService_API.GetFaxSendMessagesByRefKeyResponseBody Body) {
this.Body = Body;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Runtime.Serialization.DataContractAttribute(Namespace="http://ws.baroservice.com/")]
public partial class GetFaxSendMessagesByRefKeyResponseBody {
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public WindowsFormsApp1.BaroService_API.FaxMessage[] GetFaxSendMessagesByRefKeyResult;
public GetFaxSendMessagesByRefKeyResponseBody() {
}
public GetFaxSendMessagesByRefKeyResponseBody(WindowsFormsApp1.BaroService_API.FaxMessage[] GetFaxSendMessagesByRefKeyResult) {
this.GetFaxSendMessagesByRefKeyResult = GetFaxSendMessagesByRefKeyResult;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
public partial class GetFaxSendMessagesByRefKeyExRequest {
[System.ServiceModel.MessageBodyMemberAttribute(Name="GetFaxSendMessagesByRefKeyEx", Namespace="http://ws.baroservice.com/", Order=0)]
public WindowsFormsApp1.BaroService_API.GetFaxSendMessagesByRefKeyExRequestBody Body;
public GetFaxSendMessagesByRefKeyExRequest() {
}
public GetFaxSendMessagesByRefKeyExRequest(WindowsFormsApp1.BaroService_API.GetFaxSendMessagesByRefKeyExRequestBody Body) {
this.Body = Body;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Runtime.Serialization.DataContractAttribute(Namespace="http://ws.baroservice.com/")]
public partial class GetFaxSendMessagesByRefKeyExRequestBody {
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public string CERTKEY;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)]
public string CorpNum;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=2)]
public string RefKey;
public GetFaxSendMessagesByRefKeyExRequestBody() {
}
public GetFaxSendMessagesByRefKeyExRequestBody(string CERTKEY, string CorpNum, string RefKey) {
this.CERTKEY = CERTKEY;
this.CorpNum = CorpNum;
this.RefKey = RefKey;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
public partial class GetFaxSendMessagesByRefKeyExResponse {
[System.ServiceModel.MessageBodyMemberAttribute(Name="GetFaxSendMessagesByRefKeyExResponse", Namespace="http://ws.baroservice.com/", Order=0)]
public WindowsFormsApp1.BaroService_API.GetFaxSendMessagesByRefKeyExResponseBody Body;
public GetFaxSendMessagesByRefKeyExResponse() {
}
public GetFaxSendMessagesByRefKeyExResponse(WindowsFormsApp1.BaroService_API.GetFaxSendMessagesByRefKeyExResponseBody Body) {
this.Body = Body;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Runtime.Serialization.DataContractAttribute(Namespace="http://ws.baroservice.com/")]
public partial class GetFaxSendMessagesByRefKeyExResponseBody {
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public WindowsFormsApp1.BaroService_API.FaxMessageEx[] GetFaxSendMessagesByRefKeyExResult;
public GetFaxSendMessagesByRefKeyExResponseBody() {
}
public GetFaxSendMessagesByRefKeyExResponseBody(WindowsFormsApp1.BaroService_API.FaxMessageEx[] GetFaxSendMessagesByRefKeyExResult) {
this.GetFaxSendMessagesByRefKeyExResult = GetFaxSendMessagesByRefKeyExResult;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
public partial class GetFaxSendMessagesByPagingRequest {
[System.ServiceModel.MessageBodyMemberAttribute(Name="GetFaxSendMessagesByPaging", Namespace="http://ws.baroservice.com/", Order=0)]
public WindowsFormsApp1.BaroService_API.GetFaxSendMessagesByPagingRequestBody Body;
public GetFaxSendMessagesByPagingRequest() {
}
public GetFaxSendMessagesByPagingRequest(WindowsFormsApp1.BaroService_API.GetFaxSendMessagesByPagingRequestBody Body) {
this.Body = Body;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Runtime.Serialization.DataContractAttribute(Namespace="http://ws.baroservice.com/")]
public partial class GetFaxSendMessagesByPagingRequestBody {
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public string CERTKEY;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)]
public string CorpNum;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=2)]
public string FromDate;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=3)]
public string ToDate;
[System.Runtime.Serialization.DataMemberAttribute(Order=4)]
public int CountPerPage;
[System.Runtime.Serialization.DataMemberAttribute(Order=5)]
public int CurrentPage;
public GetFaxSendMessagesByPagingRequestBody() {
}
public GetFaxSendMessagesByPagingRequestBody(string CERTKEY, string CorpNum, string FromDate, string ToDate, int CountPerPage, int CurrentPage) {
this.CERTKEY = CERTKEY;
this.CorpNum = CorpNum;
this.FromDate = FromDate;
this.ToDate = ToDate;
this.CountPerPage = CountPerPage;
this.CurrentPage = CurrentPage;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
public partial class GetFaxSendMessagesByPagingResponse {
[System.ServiceModel.MessageBodyMemberAttribute(Name="GetFaxSendMessagesByPagingResponse", Namespace="http://ws.baroservice.com/", Order=0)]
public WindowsFormsApp1.BaroService_API.GetFaxSendMessagesByPagingResponseBody Body;
public GetFaxSendMessagesByPagingResponse() {
}
public GetFaxSendMessagesByPagingResponse(WindowsFormsApp1.BaroService_API.GetFaxSendMessagesByPagingResponseBody Body) {
this.Body = Body;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Runtime.Serialization.DataContractAttribute(Namespace="http://ws.baroservice.com/")]
public partial class GetFaxSendMessagesByPagingResponseBody {
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public WindowsFormsApp1.BaroService_API.PagedFaxMessages GetFaxSendMessagesByPagingResult;
public GetFaxSendMessagesByPagingResponseBody() {
}
public GetFaxSendMessagesByPagingResponseBody(WindowsFormsApp1.BaroService_API.PagedFaxMessages GetFaxSendMessagesByPagingResult) {
this.GetFaxSendMessagesByPagingResult = GetFaxSendMessagesByPagingResult;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
public partial class GetFaxHistoryURLRequest {
[System.ServiceModel.MessageBodyMemberAttribute(Name="GetFaxHistoryURL", Namespace="http://ws.baroservice.com/", Order=0)]
public WindowsFormsApp1.BaroService_API.GetFaxHistoryURLRequestBody Body;
public GetFaxHistoryURLRequest() {
}
public GetFaxHistoryURLRequest(WindowsFormsApp1.BaroService_API.GetFaxHistoryURLRequestBody Body) {
this.Body = Body;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Runtime.Serialization.DataContractAttribute(Namespace="http://ws.baroservice.com/")]
public partial class GetFaxHistoryURLRequestBody {
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public string CERTKEY;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)]
public string CorpNum;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=2)]
public string ID;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=3)]
public string PWD;
public GetFaxHistoryURLRequestBody() {
}
public GetFaxHistoryURLRequestBody(string CERTKEY, string CorpNum, string ID, string PWD) {
this.CERTKEY = CERTKEY;
this.CorpNum = CorpNum;
this.ID = ID;
this.PWD = PWD;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
public partial class GetFaxHistoryURLResponse {
[System.ServiceModel.MessageBodyMemberAttribute(Name="GetFaxHistoryURLResponse", Namespace="http://ws.baroservice.com/", Order=0)]
public WindowsFormsApp1.BaroService_API.GetFaxHistoryURLResponseBody Body;
public GetFaxHistoryURLResponse() {
}
public GetFaxHistoryURLResponse(WindowsFormsApp1.BaroService_API.GetFaxHistoryURLResponseBody Body) {
this.Body = Body;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Runtime.Serialization.DataContractAttribute(Namespace="http://ws.baroservice.com/")]
public partial class GetFaxHistoryURLResponseBody {
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public string GetFaxHistoryURLResult;
public GetFaxHistoryURLResponseBody() {
}
public GetFaxHistoryURLResponseBody(string GetFaxHistoryURLResult) {
this.GetFaxHistoryURLResult = GetFaxHistoryURLResult;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
public partial class GetFaxFileURLRequest {
[System.ServiceModel.MessageBodyMemberAttribute(Name="GetFaxFileURL", Namespace="http://ws.baroservice.com/", Order=0)]
public WindowsFormsApp1.BaroService_API.GetFaxFileURLRequestBody Body;
public GetFaxFileURLRequest() {
}
public GetFaxFileURLRequest(WindowsFormsApp1.BaroService_API.GetFaxFileURLRequestBody Body) {
this.Body = Body;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Runtime.Serialization.DataContractAttribute(Namespace="http://ws.baroservice.com/")]
public partial class GetFaxFileURLRequestBody {
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public string CERTKEY;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)]
public string CorpNum;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=2)]
public string SendKey;
[System.Runtime.Serialization.DataMemberAttribute(Order=3)]
public int FileType;
public GetFaxFileURLRequestBody() {
}
public GetFaxFileURLRequestBody(string CERTKEY, string CorpNum, string SendKey, int FileType) {
this.CERTKEY = CERTKEY;
this.CorpNum = CorpNum;
this.SendKey = SendKey;
this.FileType = FileType;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
public partial class GetFaxFileURLResponse {
[System.ServiceModel.MessageBodyMemberAttribute(Name="GetFaxFileURLResponse", Namespace="http://ws.baroservice.com/", Order=0)]
public WindowsFormsApp1.BaroService_API.GetFaxFileURLResponseBody Body;
public GetFaxFileURLResponse() {
}
public GetFaxFileURLResponse(WindowsFormsApp1.BaroService_API.GetFaxFileURLResponseBody Body) {
this.Body = Body;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Runtime.Serialization.DataContractAttribute(Namespace="http://ws.baroservice.com/")]
public partial class GetFaxFileURLResponseBody {
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public WindowsFormsApp1.BaroService_API.ArrayOfString GetFaxFileURLResult;
public GetFaxFileURLResponseBody() {
}
public GetFaxFileURLResponseBody(WindowsFormsApp1.BaroService_API.ArrayOfString GetFaxFileURLResult) {
this.GetFaxFileURLResult = GetFaxFileURLResult;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
public partial class CheckCorpIsMemberRequest {
[System.ServiceModel.MessageBodyMemberAttribute(Name="CheckCorpIsMember", Namespace="http://ws.baroservice.com/", Order=0)]
public WindowsFormsApp1.BaroService_API.CheckCorpIsMemberRequestBody Body;
public CheckCorpIsMemberRequest() {
}
public CheckCorpIsMemberRequest(WindowsFormsApp1.BaroService_API.CheckCorpIsMemberRequestBody Body) {
this.Body = Body;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Runtime.Serialization.DataContractAttribute(Namespace="http://ws.baroservice.com/")]
public partial class CheckCorpIsMemberRequestBody {
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public string CERTKEY;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)]
public string CorpNum;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=2)]
public string CheckCorpNum;
public CheckCorpIsMemberRequestBody() {
}
public CheckCorpIsMemberRequestBody(string CERTKEY, string CorpNum, string CheckCorpNum) {
this.CERTKEY = CERTKEY;
this.CorpNum = CorpNum;
this.CheckCorpNum = CheckCorpNum;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
public partial class CheckCorpIsMemberResponse {
[System.ServiceModel.MessageBodyMemberAttribute(Name="CheckCorpIsMemberResponse", Namespace="http://ws.baroservice.com/", Order=0)]
public WindowsFormsApp1.BaroService_API.CheckCorpIsMemberResponseBody Body;
public CheckCorpIsMemberResponse() {
}
public CheckCorpIsMemberResponse(WindowsFormsApp1.BaroService_API.CheckCorpIsMemberResponseBody Body) {
this.Body = Body;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Runtime.Serialization.DataContractAttribute(Namespace="http://ws.baroservice.com/")]
public partial class CheckCorpIsMemberResponseBody {
[System.Runtime.Serialization.DataMemberAttribute(Order=0)]
public int CheckCorpIsMemberResult;
public CheckCorpIsMemberResponseBody() {
}
public CheckCorpIsMemberResponseBody(int CheckCorpIsMemberResult) {
this.CheckCorpIsMemberResult = CheckCorpIsMemberResult;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
public partial class RegistCorpRequest {
[System.ServiceModel.MessageBodyMemberAttribute(Name="RegistCorp", Namespace="http://ws.baroservice.com/", Order=0)]
public WindowsFormsApp1.BaroService_API.RegistCorpRequestBody Body;
public RegistCorpRequest() {
}
public RegistCorpRequest(WindowsFormsApp1.BaroService_API.RegistCorpRequestBody Body) {
this.Body = Body;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Runtime.Serialization.DataContractAttribute(Namespace="http://ws.baroservice.com/")]
public partial class RegistCorpRequestBody {
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public string CERTKEY;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)]
public string CorpNum;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=2)]
public string CorpName;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=3)]
public string CEOName;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=4)]
public string BizType;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=5)]
public string BizClass;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=6)]
public string PostNum;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=7)]
public string Addr1;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=8)]
public string Addr2;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=9)]
public string MemberName;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=10)]
public string JuminNum;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=11)]
public string ID;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=12)]
public string PWD;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=13)]
public string Grade;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=14)]
public string TEL;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=15)]
public string HP;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=16)]
public string Email;
public RegistCorpRequestBody() {
}
public RegistCorpRequestBody(
string CERTKEY,
string CorpNum,
string CorpName,
string CEOName,
string BizType,
string BizClass,
string PostNum,
string Addr1,
string Addr2,
string MemberName,
string JuminNum,
string ID,
string PWD,
string Grade,
string TEL,
string HP,
string Email) {
this.CERTKEY = CERTKEY;
this.CorpNum = CorpNum;
this.CorpName = CorpName;
this.CEOName = CEOName;
this.BizType = BizType;
this.BizClass = BizClass;
this.PostNum = PostNum;
this.Addr1 = Addr1;
this.Addr2 = Addr2;
this.MemberName = MemberName;
this.JuminNum = JuminNum;
this.ID = ID;
this.PWD = PWD;
this.Grade = Grade;
this.TEL = TEL;
this.HP = HP;
this.Email = Email;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
public partial class RegistCorpResponse {
[System.ServiceModel.MessageBodyMemberAttribute(Name="RegistCorpResponse", Namespace="http://ws.baroservice.com/", Order=0)]
public WindowsFormsApp1.BaroService_API.RegistCorpResponseBody Body;
public RegistCorpResponse() {
}
public RegistCorpResponse(WindowsFormsApp1.BaroService_API.RegistCorpResponseBody Body) {
this.Body = Body;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Runtime.Serialization.DataContractAttribute(Namespace="http://ws.baroservice.com/")]
public partial class RegistCorpResponseBody {
[System.Runtime.Serialization.DataMemberAttribute(Order=0)]
public int RegistCorpResult;
public RegistCorpResponseBody() {
}
public RegistCorpResponseBody(int RegistCorpResult) {
this.RegistCorpResult = RegistCorpResult;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
public partial class AddUserToCorpRequest {
[System.ServiceModel.MessageBodyMemberAttribute(Name="AddUserToCorp", Namespace="http://ws.baroservice.com/", Order=0)]
public WindowsFormsApp1.BaroService_API.AddUserToCorpRequestBody Body;
public AddUserToCorpRequest() {
}
public AddUserToCorpRequest(WindowsFormsApp1.BaroService_API.AddUserToCorpRequestBody Body) {
this.Body = Body;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Runtime.Serialization.DataContractAttribute(Namespace="http://ws.baroservice.com/")]
public partial class AddUserToCorpRequestBody {
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public string CERTKEY;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)]
public string CorpNum;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=2)]
public string MemberName;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=3)]
public string JuminNum;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=4)]
public string ID;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=5)]
public string PWD;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=6)]
public string Grade;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=7)]
public string TEL;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=8)]
public string HP;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=9)]
public string Email;
public AddUserToCorpRequestBody() {
}
public AddUserToCorpRequestBody(string CERTKEY, string CorpNum, string MemberName, string JuminNum, string ID, string PWD, string Grade, string TEL, string HP, string Email) {
this.CERTKEY = CERTKEY;
this.CorpNum = CorpNum;
this.MemberName = MemberName;
this.JuminNum = JuminNum;
this.ID = ID;
this.PWD = PWD;
this.Grade = Grade;
this.TEL = TEL;
this.HP = HP;
this.Email = Email;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
public partial class AddUserToCorpResponse {
[System.ServiceModel.MessageBodyMemberAttribute(Name="AddUserToCorpResponse", Namespace="http://ws.baroservice.com/", Order=0)]
public WindowsFormsApp1.BaroService_API.AddUserToCorpResponseBody Body;
public AddUserToCorpResponse() {
}
public AddUserToCorpResponse(WindowsFormsApp1.BaroService_API.AddUserToCorpResponseBody Body) {
this.Body = Body;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Runtime.Serialization.DataContractAttribute(Namespace="http://ws.baroservice.com/")]
public partial class AddUserToCorpResponseBody {
[System.Runtime.Serialization.DataMemberAttribute(Order=0)]
public int AddUserToCorpResult;
public AddUserToCorpResponseBody() {
}
public AddUserToCorpResponseBody(int AddUserToCorpResult) {
this.AddUserToCorpResult = AddUserToCorpResult;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
public partial class UpdateCorpInfoRequest {
[System.ServiceModel.MessageBodyMemberAttribute(Name="UpdateCorpInfo", Namespace="http://ws.baroservice.com/", Order=0)]
public WindowsFormsApp1.BaroService_API.UpdateCorpInfoRequestBody Body;
public UpdateCorpInfoRequest() {
}
public UpdateCorpInfoRequest(WindowsFormsApp1.BaroService_API.UpdateCorpInfoRequestBody Body) {
this.Body = Body;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Runtime.Serialization.DataContractAttribute(Namespace="http://ws.baroservice.com/")]
public partial class UpdateCorpInfoRequestBody {
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public string CERTKEY;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)]
public string CorpNum;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=2)]
public string CorpName;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=3)]
public string CEOName;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=4)]
public string BizType;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=5)]
public string BizClass;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=6)]
public string PostNum;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=7)]
public string Addr1;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=8)]
public string Addr2;
public UpdateCorpInfoRequestBody() {
}
public UpdateCorpInfoRequestBody(string CERTKEY, string CorpNum, string CorpName, string CEOName, string BizType, string BizClass, string PostNum, string Addr1, string Addr2) {
this.CERTKEY = CERTKEY;
this.CorpNum = CorpNum;
this.CorpName = CorpName;
this.CEOName = CEOName;
this.BizType = BizType;
this.BizClass = BizClass;
this.PostNum = PostNum;
this.Addr1 = Addr1;
this.Addr2 = Addr2;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
public partial class UpdateCorpInfoResponse {
[System.ServiceModel.MessageBodyMemberAttribute(Name="UpdateCorpInfoResponse", Namespace="http://ws.baroservice.com/", Order=0)]
public WindowsFormsApp1.BaroService_API.UpdateCorpInfoResponseBody Body;
public UpdateCorpInfoResponse() {
}
public UpdateCorpInfoResponse(WindowsFormsApp1.BaroService_API.UpdateCorpInfoResponseBody Body) {
this.Body = Body;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Runtime.Serialization.DataContractAttribute(Namespace="http://ws.baroservice.com/")]
public partial class UpdateCorpInfoResponseBody {
[System.Runtime.Serialization.DataMemberAttribute(Order=0)]
public int UpdateCorpInfoResult;
public UpdateCorpInfoResponseBody() {
}
public UpdateCorpInfoResponseBody(int UpdateCorpInfoResult) {
this.UpdateCorpInfoResult = UpdateCorpInfoResult;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
public partial class UpdateUserInfoRequest {
[System.ServiceModel.MessageBodyMemberAttribute(Name="UpdateUserInfo", Namespace="http://ws.baroservice.com/", Order=0)]
public WindowsFormsApp1.BaroService_API.UpdateUserInfoRequestBody Body;
public UpdateUserInfoRequest() {
}
public UpdateUserInfoRequest(WindowsFormsApp1.BaroService_API.UpdateUserInfoRequestBody Body) {
this.Body = Body;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Runtime.Serialization.DataContractAttribute(Namespace="http://ws.baroservice.com/")]
public partial class UpdateUserInfoRequestBody {
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public string CERTKEY;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)]
public string CorpNum;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=2)]
public string ID;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=3)]
public string MemberName;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=4)]
public string JuminNum;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=5)]
public string TEL;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=6)]
public string HP;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=7)]
public string Email;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=8)]
public string Grade;
public UpdateUserInfoRequestBody() {
}
public UpdateUserInfoRequestBody(string CERTKEY, string CorpNum, string ID, string MemberName, string JuminNum, string TEL, string HP, string Email, string Grade) {
this.CERTKEY = CERTKEY;
this.CorpNum = CorpNum;
this.ID = ID;
this.MemberName = MemberName;
this.JuminNum = JuminNum;
this.TEL = TEL;
this.HP = HP;
this.Email = Email;
this.Grade = Grade;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
public partial class UpdateUserInfoResponse {
[System.ServiceModel.MessageBodyMemberAttribute(Name="UpdateUserInfoResponse", Namespace="http://ws.baroservice.com/", Order=0)]
public WindowsFormsApp1.BaroService_API.UpdateUserInfoResponseBody Body;
public UpdateUserInfoResponse() {
}
public UpdateUserInfoResponse(WindowsFormsApp1.BaroService_API.UpdateUserInfoResponseBody Body) {
this.Body = Body;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Runtime.Serialization.DataContractAttribute(Namespace="http://ws.baroservice.com/")]
public partial class UpdateUserInfoResponseBody {
[System.Runtime.Serialization.DataMemberAttribute(Order=0)]
public int UpdateUserInfoResult;
public UpdateUserInfoResponseBody() {
}
public UpdateUserInfoResponseBody(int UpdateUserInfoResult) {
this.UpdateUserInfoResult = UpdateUserInfoResult;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
public partial class UpdateUserPWDRequest {
[System.ServiceModel.MessageBodyMemberAttribute(Name="UpdateUserPWD", Namespace="http://ws.baroservice.com/", Order=0)]
public WindowsFormsApp1.BaroService_API.UpdateUserPWDRequestBody Body;
public UpdateUserPWDRequest() {
}
public UpdateUserPWDRequest(WindowsFormsApp1.BaroService_API.UpdateUserPWDRequestBody Body) {
this.Body = Body;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Runtime.Serialization.DataContractAttribute(Namespace="http://ws.baroservice.com/")]
public partial class UpdateUserPWDRequestBody {
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public string CERTKEY;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)]
public string CorpNum;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=2)]
public string ID;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=3)]
public string newPWD;
public UpdateUserPWDRequestBody() {
}
public UpdateUserPWDRequestBody(string CERTKEY, string CorpNum, string ID, string newPWD) {
this.CERTKEY = CERTKEY;
this.CorpNum = CorpNum;
this.ID = ID;
this.newPWD = newPWD;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
public partial class UpdateUserPWDResponse {
[System.ServiceModel.MessageBodyMemberAttribute(Name="UpdateUserPWDResponse", Namespace="http://ws.baroservice.com/", Order=0)]
public WindowsFormsApp1.BaroService_API.UpdateUserPWDResponseBody Body;
public UpdateUserPWDResponse() {
}
public UpdateUserPWDResponse(WindowsFormsApp1.BaroService_API.UpdateUserPWDResponseBody Body) {
this.Body = Body;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Runtime.Serialization.DataContractAttribute(Namespace="http://ws.baroservice.com/")]
public partial class UpdateUserPWDResponseBody {
[System.Runtime.Serialization.DataMemberAttribute(Order=0)]
public int UpdateUserPWDResult;
public UpdateUserPWDResponseBody() {
}
public UpdateUserPWDResponseBody(int UpdateUserPWDResult) {
this.UpdateUserPWDResult = UpdateUserPWDResult;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
public partial class ChangeCorpManagerRequest {
[System.ServiceModel.MessageBodyMemberAttribute(Name="ChangeCorpManager", Namespace="http://ws.baroservice.com/", Order=0)]
public WindowsFormsApp1.BaroService_API.ChangeCorpManagerRequestBody Body;
public ChangeCorpManagerRequest() {
}
public ChangeCorpManagerRequest(WindowsFormsApp1.BaroService_API.ChangeCorpManagerRequestBody Body) {
this.Body = Body;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Runtime.Serialization.DataContractAttribute(Namespace="http://ws.baroservice.com/")]
public partial class ChangeCorpManagerRequestBody {
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public string CERTKEY;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)]
public string CorpNum;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=2)]
public string newManagerID;
public ChangeCorpManagerRequestBody() {
}
public ChangeCorpManagerRequestBody(string CERTKEY, string CorpNum, string newManagerID) {
this.CERTKEY = CERTKEY;
this.CorpNum = CorpNum;
this.newManagerID = newManagerID;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
public partial class ChangeCorpManagerResponse {
[System.ServiceModel.MessageBodyMemberAttribute(Name="ChangeCorpManagerResponse", Namespace="http://ws.baroservice.com/", Order=0)]
public WindowsFormsApp1.BaroService_API.ChangeCorpManagerResponseBody Body;
public ChangeCorpManagerResponse() {
}
public ChangeCorpManagerResponse(WindowsFormsApp1.BaroService_API.ChangeCorpManagerResponseBody Body) {
this.Body = Body;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Runtime.Serialization.DataContractAttribute(Namespace="http://ws.baroservice.com/")]
public partial class ChangeCorpManagerResponseBody {
[System.Runtime.Serialization.DataMemberAttribute(Order=0)]
public int ChangeCorpManagerResult;
public ChangeCorpManagerResponseBody() {
}
public ChangeCorpManagerResponseBody(int ChangeCorpManagerResult) {
this.ChangeCorpManagerResult = ChangeCorpManagerResult;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
public partial class GetCorpMemberContactsRequest {
[System.ServiceModel.MessageBodyMemberAttribute(Name="GetCorpMemberContacts", Namespace="http://ws.baroservice.com/", Order=0)]
public WindowsFormsApp1.BaroService_API.GetCorpMemberContactsRequestBody Body;
public GetCorpMemberContactsRequest() {
}
public GetCorpMemberContactsRequest(WindowsFormsApp1.BaroService_API.GetCorpMemberContactsRequestBody Body) {
this.Body = Body;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Runtime.Serialization.DataContractAttribute(Namespace="http://ws.baroservice.com/")]
public partial class GetCorpMemberContactsRequestBody {
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public string CERTKEY;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)]
public string CorpNum;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=2)]
public string CheckCorpNum;
public GetCorpMemberContactsRequestBody() {
}
public GetCorpMemberContactsRequestBody(string CERTKEY, string CorpNum, string CheckCorpNum) {
this.CERTKEY = CERTKEY;
this.CorpNum = CorpNum;
this.CheckCorpNum = CheckCorpNum;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
public partial class GetCorpMemberContactsResponse {
[System.ServiceModel.MessageBodyMemberAttribute(Name="GetCorpMemberContactsResponse", Namespace="http://ws.baroservice.com/", Order=0)]
public WindowsFormsApp1.BaroService_API.GetCorpMemberContactsResponseBody Body;
public GetCorpMemberContactsResponse() {
}
public GetCorpMemberContactsResponse(WindowsFormsApp1.BaroService_API.GetCorpMemberContactsResponseBody Body) {
this.Body = Body;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Runtime.Serialization.DataContractAttribute(Namespace="http://ws.baroservice.com/")]
public partial class GetCorpMemberContactsResponseBody {
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public WindowsFormsApp1.BaroService_API.Contact[] GetCorpMemberContactsResult;
public GetCorpMemberContactsResponseBody() {
}
public GetCorpMemberContactsResponseBody(WindowsFormsApp1.BaroService_API.Contact[] GetCorpMemberContactsResult) {
this.GetCorpMemberContactsResult = GetCorpMemberContactsResult;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
public partial class GetBalanceCostAmountRequest {
[System.ServiceModel.MessageBodyMemberAttribute(Name="GetBalanceCostAmount", Namespace="http://ws.baroservice.com/", Order=0)]
public WindowsFormsApp1.BaroService_API.GetBalanceCostAmountRequestBody Body;
public GetBalanceCostAmountRequest() {
}
public GetBalanceCostAmountRequest(WindowsFormsApp1.BaroService_API.GetBalanceCostAmountRequestBody Body) {
this.Body = Body;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Runtime.Serialization.DataContractAttribute(Namespace="http://ws.baroservice.com/")]
public partial class GetBalanceCostAmountRequestBody {
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public string CERTKEY;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)]
public string CorpNum;
public GetBalanceCostAmountRequestBody() {
}
public GetBalanceCostAmountRequestBody(string CERTKEY, string CorpNum) {
this.CERTKEY = CERTKEY;
this.CorpNum = CorpNum;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
public partial class GetBalanceCostAmountResponse {
[System.ServiceModel.MessageBodyMemberAttribute(Name="GetBalanceCostAmountResponse", Namespace="http://ws.baroservice.com/", Order=0)]
public WindowsFormsApp1.BaroService_API.GetBalanceCostAmountResponseBody Body;
public GetBalanceCostAmountResponse() {
}
public GetBalanceCostAmountResponse(WindowsFormsApp1.BaroService_API.GetBalanceCostAmountResponseBody Body) {
this.Body = Body;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Runtime.Serialization.DataContractAttribute(Namespace="http://ws.baroservice.com/")]
public partial class GetBalanceCostAmountResponseBody {
[System.Runtime.Serialization.DataMemberAttribute(Order=0)]
public long GetBalanceCostAmountResult;
public GetBalanceCostAmountResponseBody() {
}
public GetBalanceCostAmountResponseBody(long GetBalanceCostAmountResult) {
this.GetBalanceCostAmountResult = GetBalanceCostAmountResult;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
public partial class GetBalanceCostAmountOfInterOPRequest {
[System.ServiceModel.MessageBodyMemberAttribute(Name="GetBalanceCostAmountOfInterOP", Namespace="http://ws.baroservice.com/", Order=0)]
public WindowsFormsApp1.BaroService_API.GetBalanceCostAmountOfInterOPRequestBody Body;
public GetBalanceCostAmountOfInterOPRequest() {
}
public GetBalanceCostAmountOfInterOPRequest(WindowsFormsApp1.BaroService_API.GetBalanceCostAmountOfInterOPRequestBody Body) {
this.Body = Body;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Runtime.Serialization.DataContractAttribute(Namespace="http://ws.baroservice.com/")]
public partial class GetBalanceCostAmountOfInterOPRequestBody {
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public string CERTKEY;
public GetBalanceCostAmountOfInterOPRequestBody() {
}
public GetBalanceCostAmountOfInterOPRequestBody(string CERTKEY) {
this.CERTKEY = CERTKEY;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
public partial class GetBalanceCostAmountOfInterOPResponse {
[System.ServiceModel.MessageBodyMemberAttribute(Name="GetBalanceCostAmountOfInterOPResponse", Namespace="http://ws.baroservice.com/", Order=0)]
public WindowsFormsApp1.BaroService_API.GetBalanceCostAmountOfInterOPResponseBody Body;
public GetBalanceCostAmountOfInterOPResponse() {
}
public GetBalanceCostAmountOfInterOPResponse(WindowsFormsApp1.BaroService_API.GetBalanceCostAmountOfInterOPResponseBody Body) {
this.Body = Body;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Runtime.Serialization.DataContractAttribute(Namespace="http://ws.baroservice.com/")]
public partial class GetBalanceCostAmountOfInterOPResponseBody {
[System.Runtime.Serialization.DataMemberAttribute(Order=0)]
public long GetBalanceCostAmountOfInterOPResult;
public GetBalanceCostAmountOfInterOPResponseBody() {
}
public GetBalanceCostAmountOfInterOPResponseBody(long GetBalanceCostAmountOfInterOPResult) {
this.GetBalanceCostAmountOfInterOPResult = GetBalanceCostAmountOfInterOPResult;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
public partial class CheckChargeableRequest {
[System.ServiceModel.MessageBodyMemberAttribute(Name="CheckChargeable", Namespace="http://ws.baroservice.com/", Order=0)]
public WindowsFormsApp1.BaroService_API.CheckChargeableRequestBody Body;
public CheckChargeableRequest() {
}
public CheckChargeableRequest(WindowsFormsApp1.BaroService_API.CheckChargeableRequestBody Body) {
this.Body = Body;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Runtime.Serialization.DataContractAttribute(Namespace="http://ws.baroservice.com/")]
public partial class CheckChargeableRequestBody {
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public string CERTKEY;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)]
public string CorpNum;
[System.Runtime.Serialization.DataMemberAttribute(Order=2)]
public int CType;
[System.Runtime.Serialization.DataMemberAttribute(Order=3)]
public int DocType;
public CheckChargeableRequestBody() {
}
public CheckChargeableRequestBody(string CERTKEY, string CorpNum, int CType, int DocType) {
this.CERTKEY = CERTKEY;
this.CorpNum = CorpNum;
this.CType = CType;
this.DocType = DocType;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
public partial class CheckChargeableResponse {
[System.ServiceModel.MessageBodyMemberAttribute(Name="CheckChargeableResponse", Namespace="http://ws.baroservice.com/", Order=0)]
public WindowsFormsApp1.BaroService_API.CheckChargeableResponseBody Body;
public CheckChargeableResponse() {
}
public CheckChargeableResponse(WindowsFormsApp1.BaroService_API.CheckChargeableResponseBody Body) {
this.Body = Body;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Runtime.Serialization.DataContractAttribute(Namespace="http://ws.baroservice.com/")]
public partial class CheckChargeableResponseBody {
[System.Runtime.Serialization.DataMemberAttribute(Order=0)]
public int CheckChargeableResult;
public CheckChargeableResponseBody() {
}
public CheckChargeableResponseBody(int CheckChargeableResult) {
this.CheckChargeableResult = CheckChargeableResult;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
public partial class GetChargeUnitCostRequest {
[System.ServiceModel.MessageBodyMemberAttribute(Name="GetChargeUnitCost", Namespace="http://ws.baroservice.com/", Order=0)]
public WindowsFormsApp1.BaroService_API.GetChargeUnitCostRequestBody Body;
public GetChargeUnitCostRequest() {
}
public GetChargeUnitCostRequest(WindowsFormsApp1.BaroService_API.GetChargeUnitCostRequestBody Body) {
this.Body = Body;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Runtime.Serialization.DataContractAttribute(Namespace="http://ws.baroservice.com/")]
public partial class GetChargeUnitCostRequestBody {
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public string CERTKEY;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)]
public string CorpNum;
[System.Runtime.Serialization.DataMemberAttribute(Order=2)]
public int ChargeCode;
public GetChargeUnitCostRequestBody() {
}
public GetChargeUnitCostRequestBody(string CERTKEY, string CorpNum, int ChargeCode) {
this.CERTKEY = CERTKEY;
this.CorpNum = CorpNum;
this.ChargeCode = ChargeCode;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
public partial class GetChargeUnitCostResponse {
[System.ServiceModel.MessageBodyMemberAttribute(Name="GetChargeUnitCostResponse", Namespace="http://ws.baroservice.com/", Order=0)]
public WindowsFormsApp1.BaroService_API.GetChargeUnitCostResponseBody Body;
public GetChargeUnitCostResponse() {
}
public GetChargeUnitCostResponse(WindowsFormsApp1.BaroService_API.GetChargeUnitCostResponseBody Body) {
this.Body = Body;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Runtime.Serialization.DataContractAttribute(Namespace="http://ws.baroservice.com/")]
public partial class GetChargeUnitCostResponseBody {
[System.Runtime.Serialization.DataMemberAttribute(Order=0)]
public int GetChargeUnitCostResult;
public GetChargeUnitCostResponseBody() {
}
public GetChargeUnitCostResponseBody(int GetChargeUnitCostResult) {
this.GetChargeUnitCostResult = GetChargeUnitCostResult;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
public partial class GetCertificateRegistDateRequest {
[System.ServiceModel.MessageBodyMemberAttribute(Name="GetCertificateRegistDate", Namespace="http://ws.baroservice.com/", Order=0)]
public WindowsFormsApp1.BaroService_API.GetCertificateRegistDateRequestBody Body;
public GetCertificateRegistDateRequest() {
}
public GetCertificateRegistDateRequest(WindowsFormsApp1.BaroService_API.GetCertificateRegistDateRequestBody Body) {
this.Body = Body;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Runtime.Serialization.DataContractAttribute(Namespace="http://ws.baroservice.com/")]
public partial class GetCertificateRegistDateRequestBody {
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public string CERTKEY;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)]
public string CorpNum;
public GetCertificateRegistDateRequestBody() {
}
public GetCertificateRegistDateRequestBody(string CERTKEY, string CorpNum) {
this.CERTKEY = CERTKEY;
this.CorpNum = CorpNum;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
public partial class GetCertificateRegistDateResponse {
[System.ServiceModel.MessageBodyMemberAttribute(Name="GetCertificateRegistDateResponse", Namespace="http://ws.baroservice.com/", Order=0)]
public WindowsFormsApp1.BaroService_API.GetCertificateRegistDateResponseBody Body;
public GetCertificateRegistDateResponse() {
}
public GetCertificateRegistDateResponse(WindowsFormsApp1.BaroService_API.GetCertificateRegistDateResponseBody Body) {
this.Body = Body;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Runtime.Serialization.DataContractAttribute(Namespace="http://ws.baroservice.com/")]
public partial class GetCertificateRegistDateResponseBody {
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public string GetCertificateRegistDateResult;
public GetCertificateRegistDateResponseBody() {
}
public GetCertificateRegistDateResponseBody(string GetCertificateRegistDateResult) {
this.GetCertificateRegistDateResult = GetCertificateRegistDateResult;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
public partial class GetCertificateExpireDateRequest {
[System.ServiceModel.MessageBodyMemberAttribute(Name="GetCertificateExpireDate", Namespace="http://ws.baroservice.com/", Order=0)]
public WindowsFormsApp1.BaroService_API.GetCertificateExpireDateRequestBody Body;
public GetCertificateExpireDateRequest() {
}
public GetCertificateExpireDateRequest(WindowsFormsApp1.BaroService_API.GetCertificateExpireDateRequestBody Body) {
this.Body = Body;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Runtime.Serialization.DataContractAttribute(Namespace="http://ws.baroservice.com/")]
public partial class GetCertificateExpireDateRequestBody {
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public string CERTKEY;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)]
public string CorpNum;
public GetCertificateExpireDateRequestBody() {
}
public GetCertificateExpireDateRequestBody(string CERTKEY, string CorpNum) {
this.CERTKEY = CERTKEY;
this.CorpNum = CorpNum;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
public partial class GetCertificateExpireDateResponse {
[System.ServiceModel.MessageBodyMemberAttribute(Name="GetCertificateExpireDateResponse", Namespace="http://ws.baroservice.com/", Order=0)]
public WindowsFormsApp1.BaroService_API.GetCertificateExpireDateResponseBody Body;
public GetCertificateExpireDateResponse() {
}
public GetCertificateExpireDateResponse(WindowsFormsApp1.BaroService_API.GetCertificateExpireDateResponseBody Body) {
this.Body = Body;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Runtime.Serialization.DataContractAttribute(Namespace="http://ws.baroservice.com/")]
public partial class GetCertificateExpireDateResponseBody {
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public string GetCertificateExpireDateResult;
public GetCertificateExpireDateResponseBody() {
}
public GetCertificateExpireDateResponseBody(string GetCertificateExpireDateResult) {
this.GetCertificateExpireDateResult = GetCertificateExpireDateResult;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
public partial class CheckCERTIsValidRequest {
[System.ServiceModel.MessageBodyMemberAttribute(Name="CheckCERTIsValid", Namespace="http://ws.baroservice.com/", Order=0)]
public WindowsFormsApp1.BaroService_API.CheckCERTIsValidRequestBody Body;
public CheckCERTIsValidRequest() {
}
public CheckCERTIsValidRequest(WindowsFormsApp1.BaroService_API.CheckCERTIsValidRequestBody Body) {
this.Body = Body;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Runtime.Serialization.DataContractAttribute(Namespace="http://ws.baroservice.com/")]
public partial class CheckCERTIsValidRequestBody {
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public string CERTKEY;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)]
public string CorpNum;
public CheckCERTIsValidRequestBody() {
}
public CheckCERTIsValidRequestBody(string CERTKEY, string CorpNum) {
this.CERTKEY = CERTKEY;
this.CorpNum = CorpNum;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
public partial class CheckCERTIsValidResponse {
[System.ServiceModel.MessageBodyMemberAttribute(Name="CheckCERTIsValidResponse", Namespace="http://ws.baroservice.com/", Order=0)]
public WindowsFormsApp1.BaroService_API.CheckCERTIsValidResponseBody Body;
public CheckCERTIsValidResponse() {
}
public CheckCERTIsValidResponse(WindowsFormsApp1.BaroService_API.CheckCERTIsValidResponseBody Body) {
this.Body = Body;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Runtime.Serialization.DataContractAttribute(Namespace="http://ws.baroservice.com/")]
public partial class CheckCERTIsValidResponseBody {
[System.Runtime.Serialization.DataMemberAttribute(Order=0)]
public int CheckCERTIsValidResult;
public CheckCERTIsValidResponseBody() {
}
public CheckCERTIsValidResponseBody(int CheckCERTIsValidResult) {
this.CheckCERTIsValidResult = CheckCERTIsValidResult;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
public partial class GetCertificateRegistURLRequest {
[System.ServiceModel.MessageBodyMemberAttribute(Name="GetCertificateRegistURL", Namespace="http://ws.baroservice.com/", Order=0)]
public WindowsFormsApp1.BaroService_API.GetCertificateRegistURLRequestBody Body;
public GetCertificateRegistURLRequest() {
}
public GetCertificateRegistURLRequest(WindowsFormsApp1.BaroService_API.GetCertificateRegistURLRequestBody Body) {
this.Body = Body;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Runtime.Serialization.DataContractAttribute(Namespace="http://ws.baroservice.com/")]
public partial class GetCertificateRegistURLRequestBody {
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public string CERTKEY;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)]
public string CorpNum;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=2)]
public string ID;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=3)]
public string PWD;
public GetCertificateRegistURLRequestBody() {
}
public GetCertificateRegistURLRequestBody(string CERTKEY, string CorpNum, string ID, string PWD) {
this.CERTKEY = CERTKEY;
this.CorpNum = CorpNum;
this.ID = ID;
this.PWD = PWD;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
public partial class GetCertificateRegistURLResponse {
[System.ServiceModel.MessageBodyMemberAttribute(Name="GetCertificateRegistURLResponse", Namespace="http://ws.baroservice.com/", Order=0)]
public WindowsFormsApp1.BaroService_API.GetCertificateRegistURLResponseBody Body;
public GetCertificateRegistURLResponse() {
}
public GetCertificateRegistURLResponse(WindowsFormsApp1.BaroService_API.GetCertificateRegistURLResponseBody Body) {
this.Body = Body;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Runtime.Serialization.DataContractAttribute(Namespace="http://ws.baroservice.com/")]
public partial class GetCertificateRegistURLResponseBody {
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public string GetCertificateRegistURLResult;
public GetCertificateRegistURLResponseBody() {
}
public GetCertificateRegistURLResponseBody(string GetCertificateRegistURLResult) {
this.GetCertificateRegistURLResult = GetCertificateRegistURLResult;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
public partial class GetBaroBillURLRequest {
[System.ServiceModel.MessageBodyMemberAttribute(Name="GetBaroBillURL", Namespace="http://ws.baroservice.com/", Order=0)]
public WindowsFormsApp1.BaroService_API.GetBaroBillURLRequestBody Body;
public GetBaroBillURLRequest() {
}
public GetBaroBillURLRequest(WindowsFormsApp1.BaroService_API.GetBaroBillURLRequestBody Body) {
this.Body = Body;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Runtime.Serialization.DataContractAttribute(Namespace="http://ws.baroservice.com/")]
public partial class GetBaroBillURLRequestBody {
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public string CERTKEY;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)]
public string CorpNum;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=2)]
public string ID;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=3)]
public string PWD;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=4)]
public string TOGO;
public GetBaroBillURLRequestBody() {
}
public GetBaroBillURLRequestBody(string CERTKEY, string CorpNum, string ID, string PWD, string TOGO) {
this.CERTKEY = CERTKEY;
this.CorpNum = CorpNum;
this.ID = ID;
this.PWD = PWD;
this.TOGO = TOGO;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
public partial class GetBaroBillURLResponse {
[System.ServiceModel.MessageBodyMemberAttribute(Name="GetBaroBillURLResponse", Namespace="http://ws.baroservice.com/", Order=0)]
public WindowsFormsApp1.BaroService_API.GetBaroBillURLResponseBody Body;
public GetBaroBillURLResponse() {
}
public GetBaroBillURLResponse(WindowsFormsApp1.BaroService_API.GetBaroBillURLResponseBody Body) {
this.Body = Body;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Runtime.Serialization.DataContractAttribute(Namespace="http://ws.baroservice.com/")]
public partial class GetBaroBillURLResponseBody {
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public string GetBaroBillURLResult;
public GetBaroBillURLResponseBody() {
}
public GetBaroBillURLResponseBody(string GetBaroBillURLResult) {
this.GetBaroBillURLResult = GetBaroBillURLResult;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
public partial class GetLoginURLRequest {
[System.ServiceModel.MessageBodyMemberAttribute(Name="GetLoginURL", Namespace="http://ws.baroservice.com/", Order=0)]
public WindowsFormsApp1.BaroService_API.GetLoginURLRequestBody Body;
public GetLoginURLRequest() {
}
public GetLoginURLRequest(WindowsFormsApp1.BaroService_API.GetLoginURLRequestBody Body) {
this.Body = Body;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Runtime.Serialization.DataContractAttribute(Namespace="http://ws.baroservice.com/")]
public partial class GetLoginURLRequestBody {
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public string CERTKEY;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)]
public string CorpNum;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=2)]
public string ID;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=3)]
public string PWD;
public GetLoginURLRequestBody() {
}
public GetLoginURLRequestBody(string CERTKEY, string CorpNum, string ID, string PWD) {
this.CERTKEY = CERTKEY;
this.CorpNum = CorpNum;
this.ID = ID;
this.PWD = PWD;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
public partial class GetLoginURLResponse {
[System.ServiceModel.MessageBodyMemberAttribute(Name="GetLoginURLResponse", Namespace="http://ws.baroservice.com/", Order=0)]
public WindowsFormsApp1.BaroService_API.GetLoginURLResponseBody Body;
public GetLoginURLResponse() {
}
public GetLoginURLResponse(WindowsFormsApp1.BaroService_API.GetLoginURLResponseBody Body) {
this.Body = Body;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Runtime.Serialization.DataContractAttribute(Namespace="http://ws.baroservice.com/")]
public partial class GetLoginURLResponseBody {
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public string GetLoginURLResult;
public GetLoginURLResponseBody() {
}
public GetLoginURLResponseBody(string GetLoginURLResult) {
this.GetLoginURLResult = GetLoginURLResult;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
public partial class GetCashChargeURLRequest {
[System.ServiceModel.MessageBodyMemberAttribute(Name="GetCashChargeURL", Namespace="http://ws.baroservice.com/", Order=0)]
public WindowsFormsApp1.BaroService_API.GetCashChargeURLRequestBody Body;
public GetCashChargeURLRequest() {
}
public GetCashChargeURLRequest(WindowsFormsApp1.BaroService_API.GetCashChargeURLRequestBody Body) {
this.Body = Body;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Runtime.Serialization.DataContractAttribute(Namespace="http://ws.baroservice.com/")]
public partial class GetCashChargeURLRequestBody {
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public string CERTKEY;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)]
public string CorpNum;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=2)]
public string ID;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=3)]
public string PWD;
public GetCashChargeURLRequestBody() {
}
public GetCashChargeURLRequestBody(string CERTKEY, string CorpNum, string ID, string PWD) {
this.CERTKEY = CERTKEY;
this.CorpNum = CorpNum;
this.ID = ID;
this.PWD = PWD;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
public partial class GetCashChargeURLResponse {
[System.ServiceModel.MessageBodyMemberAttribute(Name="GetCashChargeURLResponse", Namespace="http://ws.baroservice.com/", Order=0)]
public WindowsFormsApp1.BaroService_API.GetCashChargeURLResponseBody Body;
public GetCashChargeURLResponse() {
}
public GetCashChargeURLResponse(WindowsFormsApp1.BaroService_API.GetCashChargeURLResponseBody Body) {
this.Body = Body;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Runtime.Serialization.DataContractAttribute(Namespace="http://ws.baroservice.com/")]
public partial class GetCashChargeURLResponseBody {
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public string GetCashChargeURLResult;
public GetCashChargeURLResponseBody() {
}
public GetCashChargeURLResponseBody(string GetCashChargeURLResult) {
this.GetCashChargeURLResult = GetCashChargeURLResult;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
public partial class RegistSMSFromNumberRequest {
[System.ServiceModel.MessageBodyMemberAttribute(Name="RegistSMSFromNumber", Namespace="http://ws.baroservice.com/", Order=0)]
public WindowsFormsApp1.BaroService_API.RegistSMSFromNumberRequestBody Body;
public RegistSMSFromNumberRequest() {
}
public RegistSMSFromNumberRequest(WindowsFormsApp1.BaroService_API.RegistSMSFromNumberRequestBody Body) {
this.Body = Body;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Runtime.Serialization.DataContractAttribute(Namespace="http://ws.baroservice.com/")]
public partial class RegistSMSFromNumberRequestBody {
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public string CERTKEY;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)]
public string CorpNum;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=2)]
public string FromNumber;
public RegistSMSFromNumberRequestBody() {
}
public RegistSMSFromNumberRequestBody(string CERTKEY, string CorpNum, string FromNumber) {
this.CERTKEY = CERTKEY;
this.CorpNum = CorpNum;
this.FromNumber = FromNumber;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
public partial class RegistSMSFromNumberResponse {
[System.ServiceModel.MessageBodyMemberAttribute(Name="RegistSMSFromNumberResponse", Namespace="http://ws.baroservice.com/", Order=0)]
public WindowsFormsApp1.BaroService_API.RegistSMSFromNumberResponseBody Body;
public RegistSMSFromNumberResponse() {
}
public RegistSMSFromNumberResponse(WindowsFormsApp1.BaroService_API.RegistSMSFromNumberResponseBody Body) {
this.Body = Body;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Runtime.Serialization.DataContractAttribute(Namespace="http://ws.baroservice.com/")]
public partial class RegistSMSFromNumberResponseBody {
[System.Runtime.Serialization.DataMemberAttribute(Order=0)]
public int RegistSMSFromNumberResult;
public RegistSMSFromNumberResponseBody() {
}
public RegistSMSFromNumberResponseBody(int RegistSMSFromNumberResult) {
this.RegistSMSFromNumberResult = RegistSMSFromNumberResult;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
public partial class CheckSMSFromNumberRequest {
[System.ServiceModel.MessageBodyMemberAttribute(Name="CheckSMSFromNumber", Namespace="http://ws.baroservice.com/", Order=0)]
public WindowsFormsApp1.BaroService_API.CheckSMSFromNumberRequestBody Body;
public CheckSMSFromNumberRequest() {
}
public CheckSMSFromNumberRequest(WindowsFormsApp1.BaroService_API.CheckSMSFromNumberRequestBody Body) {
this.Body = Body;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Runtime.Serialization.DataContractAttribute(Namespace="http://ws.baroservice.com/")]
public partial class CheckSMSFromNumberRequestBody {
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public string CERTKEY;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)]
public string CorpNum;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=2)]
public string FromNumber;
public CheckSMSFromNumberRequestBody() {
}
public CheckSMSFromNumberRequestBody(string CERTKEY, string CorpNum, string FromNumber) {
this.CERTKEY = CERTKEY;
this.CorpNum = CorpNum;
this.FromNumber = FromNumber;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
public partial class CheckSMSFromNumberResponse {
[System.ServiceModel.MessageBodyMemberAttribute(Name="CheckSMSFromNumberResponse", Namespace="http://ws.baroservice.com/", Order=0)]
public WindowsFormsApp1.BaroService_API.CheckSMSFromNumberResponseBody Body;
public CheckSMSFromNumberResponse() {
}
public CheckSMSFromNumberResponse(WindowsFormsApp1.BaroService_API.CheckSMSFromNumberResponseBody Body) {
this.Body = Body;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Runtime.Serialization.DataContractAttribute(Namespace="http://ws.baroservice.com/")]
public partial class CheckSMSFromNumberResponseBody {
[System.Runtime.Serialization.DataMemberAttribute(Order=0)]
public int CheckSMSFromNumberResult;
public CheckSMSFromNumberResponseBody() {
}
public CheckSMSFromNumberResponseBody(int CheckSMSFromNumberResult) {
this.CheckSMSFromNumberResult = CheckSMSFromNumberResult;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
public partial class GetSMSFromNumbersRequest {
[System.ServiceModel.MessageBodyMemberAttribute(Name="GetSMSFromNumbers", Namespace="http://ws.baroservice.com/", Order=0)]
public WindowsFormsApp1.BaroService_API.GetSMSFromNumbersRequestBody Body;
public GetSMSFromNumbersRequest() {
}
public GetSMSFromNumbersRequest(WindowsFormsApp1.BaroService_API.GetSMSFromNumbersRequestBody Body) {
this.Body = Body;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Runtime.Serialization.DataContractAttribute(Namespace="http://ws.baroservice.com/")]
public partial class GetSMSFromNumbersRequestBody {
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public string CERTKEY;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)]
public string CorpNum;
public GetSMSFromNumbersRequestBody() {
}
public GetSMSFromNumbersRequestBody(string CERTKEY, string CorpNum) {
this.CERTKEY = CERTKEY;
this.CorpNum = CorpNum;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
public partial class GetSMSFromNumbersResponse {
[System.ServiceModel.MessageBodyMemberAttribute(Name="GetSMSFromNumbersResponse", Namespace="http://ws.baroservice.com/", Order=0)]
public WindowsFormsApp1.BaroService_API.GetSMSFromNumbersResponseBody Body;
public GetSMSFromNumbersResponse() {
}
public GetSMSFromNumbersResponse(WindowsFormsApp1.BaroService_API.GetSMSFromNumbersResponseBody Body) {
this.Body = Body;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Runtime.Serialization.DataContractAttribute(Namespace="http://ws.baroservice.com/")]
public partial class GetSMSFromNumbersResponseBody {
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public WindowsFormsApp1.BaroService_API.FromNumber[] GetSMSFromNumbersResult;
public GetSMSFromNumbersResponseBody() {
}
public GetSMSFromNumbersResponseBody(WindowsFormsApp1.BaroService_API.FromNumber[] GetSMSFromNumbersResult) {
this.GetSMSFromNumbersResult = GetSMSFromNumbersResult;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
public partial class GetSMSFromNumberURLRequest {
[System.ServiceModel.MessageBodyMemberAttribute(Name="GetSMSFromNumberURL", Namespace="http://ws.baroservice.com/", Order=0)]
public WindowsFormsApp1.BaroService_API.GetSMSFromNumberURLRequestBody Body;
public GetSMSFromNumberURLRequest() {
}
public GetSMSFromNumberURLRequest(WindowsFormsApp1.BaroService_API.GetSMSFromNumberURLRequestBody Body) {
this.Body = Body;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Runtime.Serialization.DataContractAttribute(Namespace="http://ws.baroservice.com/")]
public partial class GetSMSFromNumberURLRequestBody {
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public string CERTKEY;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)]
public string CorpNum;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=2)]
public string ID;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=3)]
public string PWD;
public GetSMSFromNumberURLRequestBody() {
}
public GetSMSFromNumberURLRequestBody(string CERTKEY, string CorpNum, string ID, string PWD) {
this.CERTKEY = CERTKEY;
this.CorpNum = CorpNum;
this.ID = ID;
this.PWD = PWD;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
public partial class GetSMSFromNumberURLResponse {
[System.ServiceModel.MessageBodyMemberAttribute(Name="GetSMSFromNumberURLResponse", Namespace="http://ws.baroservice.com/", Order=0)]
public WindowsFormsApp1.BaroService_API.GetSMSFromNumberURLResponseBody Body;
public GetSMSFromNumberURLResponse() {
}
public GetSMSFromNumberURLResponse(WindowsFormsApp1.BaroService_API.GetSMSFromNumberURLResponseBody Body) {
this.Body = Body;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Runtime.Serialization.DataContractAttribute(Namespace="http://ws.baroservice.com/")]
public partial class GetSMSFromNumberURLResponseBody {
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public string GetSMSFromNumberURLResult;
public GetSMSFromNumberURLResponseBody() {
}
public GetSMSFromNumberURLResponseBody(string GetSMSFromNumberURLResult) {
this.GetSMSFromNumberURLResult = GetSMSFromNumberURLResult;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
public partial class CheckFaxFromNumberRequest {
[System.ServiceModel.MessageBodyMemberAttribute(Name="CheckFaxFromNumber", Namespace="http://ws.baroservice.com/", Order=0)]
public WindowsFormsApp1.BaroService_API.CheckFaxFromNumberRequestBody Body;
public CheckFaxFromNumberRequest() {
}
public CheckFaxFromNumberRequest(WindowsFormsApp1.BaroService_API.CheckFaxFromNumberRequestBody Body) {
this.Body = Body;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Runtime.Serialization.DataContractAttribute(Namespace="http://ws.baroservice.com/")]
public partial class CheckFaxFromNumberRequestBody {
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public string CERTKEY;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)]
public string CorpNum;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=2)]
public string FromNumber;
public CheckFaxFromNumberRequestBody() {
}
public CheckFaxFromNumberRequestBody(string CERTKEY, string CorpNum, string FromNumber) {
this.CERTKEY = CERTKEY;
this.CorpNum = CorpNum;
this.FromNumber = FromNumber;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
public partial class CheckFaxFromNumberResponse {
[System.ServiceModel.MessageBodyMemberAttribute(Name="CheckFaxFromNumberResponse", Namespace="http://ws.baroservice.com/", Order=0)]
public WindowsFormsApp1.BaroService_API.CheckFaxFromNumberResponseBody Body;
public CheckFaxFromNumberResponse() {
}
public CheckFaxFromNumberResponse(WindowsFormsApp1.BaroService_API.CheckFaxFromNumberResponseBody Body) {
this.Body = Body;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Runtime.Serialization.DataContractAttribute(Namespace="http://ws.baroservice.com/")]
public partial class CheckFaxFromNumberResponseBody {
[System.Runtime.Serialization.DataMemberAttribute(Order=0)]
public int CheckFaxFromNumberResult;
public CheckFaxFromNumberResponseBody() {
}
public CheckFaxFromNumberResponseBody(int CheckFaxFromNumberResult) {
this.CheckFaxFromNumberResult = CheckFaxFromNumberResult;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
public partial class GetFaxFromNumbersRequest {
[System.ServiceModel.MessageBodyMemberAttribute(Name="GetFaxFromNumbers", Namespace="http://ws.baroservice.com/", Order=0)]
public WindowsFormsApp1.BaroService_API.GetFaxFromNumbersRequestBody Body;
public GetFaxFromNumbersRequest() {
}
public GetFaxFromNumbersRequest(WindowsFormsApp1.BaroService_API.GetFaxFromNumbersRequestBody Body) {
this.Body = Body;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Runtime.Serialization.DataContractAttribute(Namespace="http://ws.baroservice.com/")]
public partial class GetFaxFromNumbersRequestBody {
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public string CERTKEY;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)]
public string CorpNum;
public GetFaxFromNumbersRequestBody() {
}
public GetFaxFromNumbersRequestBody(string CERTKEY, string CorpNum) {
this.CERTKEY = CERTKEY;
this.CorpNum = CorpNum;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
public partial class GetFaxFromNumbersResponse {
[System.ServiceModel.MessageBodyMemberAttribute(Name="GetFaxFromNumbersResponse", Namespace="http://ws.baroservice.com/", Order=0)]
public WindowsFormsApp1.BaroService_API.GetFaxFromNumbersResponseBody Body;
public GetFaxFromNumbersResponse() {
}
public GetFaxFromNumbersResponse(WindowsFormsApp1.BaroService_API.GetFaxFromNumbersResponseBody Body) {
this.Body = Body;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Runtime.Serialization.DataContractAttribute(Namespace="http://ws.baroservice.com/")]
public partial class GetFaxFromNumbersResponseBody {
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public WindowsFormsApp1.BaroService_API.FromNumber[] GetFaxFromNumbersResult;
public GetFaxFromNumbersResponseBody() {
}
public GetFaxFromNumbersResponseBody(WindowsFormsApp1.BaroService_API.FromNumber[] GetFaxFromNumbersResult) {
this.GetFaxFromNumbersResult = GetFaxFromNumbersResult;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
public partial class GetFaxFromNumberURLRequest {
[System.ServiceModel.MessageBodyMemberAttribute(Name="GetFaxFromNumberURL", Namespace="http://ws.baroservice.com/", Order=0)]
public WindowsFormsApp1.BaroService_API.GetFaxFromNumberURLRequestBody Body;
public GetFaxFromNumberURLRequest() {
}
public GetFaxFromNumberURLRequest(WindowsFormsApp1.BaroService_API.GetFaxFromNumberURLRequestBody Body) {
this.Body = Body;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Runtime.Serialization.DataContractAttribute(Namespace="http://ws.baroservice.com/")]
public partial class GetFaxFromNumberURLRequestBody {
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public string CERTKEY;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)]
public string CorpNum;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=2)]
public string ID;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=3)]
public string PWD;
public GetFaxFromNumberURLRequestBody() {
}
public GetFaxFromNumberURLRequestBody(string CERTKEY, string CorpNum, string ID, string PWD) {
this.CERTKEY = CERTKEY;
this.CorpNum = CorpNum;
this.ID = ID;
this.PWD = PWD;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
public partial class GetFaxFromNumberURLResponse {
[System.ServiceModel.MessageBodyMemberAttribute(Name="GetFaxFromNumberURLResponse", Namespace="http://ws.baroservice.com/", Order=0)]
public WindowsFormsApp1.BaroService_API.GetFaxFromNumberURLResponseBody Body;
public GetFaxFromNumberURLResponse() {
}
public GetFaxFromNumberURLResponse(WindowsFormsApp1.BaroService_API.GetFaxFromNumberURLResponseBody Body) {
this.Body = Body;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Runtime.Serialization.DataContractAttribute(Namespace="http://ws.baroservice.com/")]
public partial class GetFaxFromNumberURLResponseBody {
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public string GetFaxFromNumberURLResult;
public GetFaxFromNumberURLResponseBody() {
}
public GetFaxFromNumberURLResponseBody(string GetFaxFromNumberURLResult) {
this.GetFaxFromNumberURLResult = GetFaxFromNumberURLResult;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
public partial class GetErrStringRequest {
[System.ServiceModel.MessageBodyMemberAttribute(Name="GetErrString", Namespace="http://ws.baroservice.com/", Order=0)]
public WindowsFormsApp1.BaroService_API.GetErrStringRequestBody Body;
public GetErrStringRequest() {
}
public GetErrStringRequest(WindowsFormsApp1.BaroService_API.GetErrStringRequestBody Body) {
this.Body = Body;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Runtime.Serialization.DataContractAttribute(Namespace="http://ws.baroservice.com/")]
public partial class GetErrStringRequestBody {
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public string CERTKEY;
[System.Runtime.Serialization.DataMemberAttribute(Order=1)]
public int ErrCode;
public GetErrStringRequestBody() {
}
public GetErrStringRequestBody(string CERTKEY, int ErrCode) {
this.CERTKEY = CERTKEY;
this.ErrCode = ErrCode;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
public partial class GetErrStringResponse {
[System.ServiceModel.MessageBodyMemberAttribute(Name="GetErrStringResponse", Namespace="http://ws.baroservice.com/", Order=0)]
public WindowsFormsApp1.BaroService_API.GetErrStringResponseBody Body;
public GetErrStringResponse() {
}
public GetErrStringResponse(WindowsFormsApp1.BaroService_API.GetErrStringResponseBody Body) {
this.Body = Body;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Runtime.Serialization.DataContractAttribute(Namespace="http://ws.baroservice.com/")]
public partial class GetErrStringResponseBody {
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public string GetErrStringResult;
public GetErrStringResponseBody() {
}
public GetErrStringResponseBody(string GetErrStringResult) {
this.GetErrStringResult = GetErrStringResult;
}
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
public interface BaroService_FAXSoapChannel : WindowsFormsApp1.BaroService_API.BaroService_FAXSoap, System.ServiceModel.IClientChannel {
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
public partial class BaroService_FAXSoapClient : System.ServiceModel.ClientBase, WindowsFormsApp1.BaroService_API.BaroService_FAXSoap {
public BaroService_FAXSoapClient() {
}
public BaroService_FAXSoapClient(string endpointConfigurationName) :
base(endpointConfigurationName) {
}
public BaroService_FAXSoapClient(string endpointConfigurationName, string remoteAddress) :
base(endpointConfigurationName, remoteAddress) {
}
public BaroService_FAXSoapClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) :
base(endpointConfigurationName, remoteAddress) {
}
public BaroService_FAXSoapClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) :
base(binding, remoteAddress) {
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
WindowsFormsApp1.BaroService_API.SendFaxFromFTPResponse WindowsFormsApp1.BaroService_API.BaroService_FAXSoap.SendFaxFromFTP(WindowsFormsApp1.BaroService_API.SendFaxFromFTPRequest request) {
return base.Channel.SendFaxFromFTP(request);
}
public string SendFaxFromFTP(string CERTKEY, string CorpNum, string SenderID, string FileName, string FromNumber, string ToNumber, string ReceiveCorp, string ReceiveName, string SendDT, string RefKey) {
WindowsFormsApp1.BaroService_API.SendFaxFromFTPRequest inValue = new WindowsFormsApp1.BaroService_API.SendFaxFromFTPRequest();
inValue.Body = new WindowsFormsApp1.BaroService_API.SendFaxFromFTPRequestBody();
inValue.Body.CERTKEY = CERTKEY;
inValue.Body.CorpNum = CorpNum;
inValue.Body.SenderID = SenderID;
inValue.Body.FileName = FileName;
inValue.Body.FromNumber = FromNumber;
inValue.Body.ToNumber = ToNumber;
inValue.Body.ReceiveCorp = ReceiveCorp;
inValue.Body.ReceiveName = ReceiveName;
inValue.Body.SendDT = SendDT;
inValue.Body.RefKey = RefKey;
WindowsFormsApp1.BaroService_API.SendFaxFromFTPResponse retVal = ((WindowsFormsApp1.BaroService_API.BaroService_FAXSoap)(this)).SendFaxFromFTP(inValue);
return retVal.Body.SendFaxFromFTPResult;
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
System.Threading.Tasks.Task WindowsFormsApp1.BaroService_API.BaroService_FAXSoap.SendFaxFromFTPAsync(WindowsFormsApp1.BaroService_API.SendFaxFromFTPRequest request) {
return base.Channel.SendFaxFromFTPAsync(request);
}
public System.Threading.Tasks.Task SendFaxFromFTPAsync(string CERTKEY, string CorpNum, string SenderID, string FileName, string FromNumber, string ToNumber, string ReceiveCorp, string ReceiveName, string SendDT, string RefKey) {
WindowsFormsApp1.BaroService_API.SendFaxFromFTPRequest inValue = new WindowsFormsApp1.BaroService_API.SendFaxFromFTPRequest();
inValue.Body = new WindowsFormsApp1.BaroService_API.SendFaxFromFTPRequestBody();
inValue.Body.CERTKEY = CERTKEY;
inValue.Body.CorpNum = CorpNum;
inValue.Body.SenderID = SenderID;
inValue.Body.FileName = FileName;
inValue.Body.FromNumber = FromNumber;
inValue.Body.ToNumber = ToNumber;
inValue.Body.ReceiveCorp = ReceiveCorp;
inValue.Body.ReceiveName = ReceiveName;
inValue.Body.SendDT = SendDT;
inValue.Body.RefKey = RefKey;
return ((WindowsFormsApp1.BaroService_API.BaroService_FAXSoap)(this)).SendFaxFromFTPAsync(inValue);
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
WindowsFormsApp1.BaroService_API.SendFaxesFromFTPResponse WindowsFormsApp1.BaroService_API.BaroService_FAXSoap.SendFaxesFromFTP(WindowsFormsApp1.BaroService_API.SendFaxesFromFTPRequest request) {
return base.Channel.SendFaxesFromFTP(request);
}
public WindowsFormsApp1.BaroService_API.ArrayOfString SendFaxesFromFTP(string CERTKEY, string CorpNum, string SenderID, string FileName, int SendCount, WindowsFormsApp1.BaroService_API.FaxMessage[] Messages, string SendDT) {
WindowsFormsApp1.BaroService_API.SendFaxesFromFTPRequest inValue = new WindowsFormsApp1.BaroService_API.SendFaxesFromFTPRequest();
inValue.Body = new WindowsFormsApp1.BaroService_API.SendFaxesFromFTPRequestBody();
inValue.Body.CERTKEY = CERTKEY;
inValue.Body.CorpNum = CorpNum;
inValue.Body.SenderID = SenderID;
inValue.Body.FileName = FileName;
inValue.Body.SendCount = SendCount;
inValue.Body.Messages = Messages;
inValue.Body.SendDT = SendDT;
WindowsFormsApp1.BaroService_API.SendFaxesFromFTPResponse retVal = ((WindowsFormsApp1.BaroService_API.BaroService_FAXSoap)(this)).SendFaxesFromFTP(inValue);
return retVal.Body.SendFaxesFromFTPResult;
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
System.Threading.Tasks.Task WindowsFormsApp1.BaroService_API.BaroService_FAXSoap.SendFaxesFromFTPAsync(WindowsFormsApp1.BaroService_API.SendFaxesFromFTPRequest request) {
return base.Channel.SendFaxesFromFTPAsync(request);
}
public System.Threading.Tasks.Task SendFaxesFromFTPAsync(string CERTKEY, string CorpNum, string SenderID, string FileName, int SendCount, WindowsFormsApp1.BaroService_API.FaxMessage[] Messages, string SendDT) {
WindowsFormsApp1.BaroService_API.SendFaxesFromFTPRequest inValue = new WindowsFormsApp1.BaroService_API.SendFaxesFromFTPRequest();
inValue.Body = new WindowsFormsApp1.BaroService_API.SendFaxesFromFTPRequestBody();
inValue.Body.CERTKEY = CERTKEY;
inValue.Body.CorpNum = CorpNum;
inValue.Body.SenderID = SenderID;
inValue.Body.FileName = FileName;
inValue.Body.SendCount = SendCount;
inValue.Body.Messages = Messages;
inValue.Body.SendDT = SendDT;
return ((WindowsFormsApp1.BaroService_API.BaroService_FAXSoap)(this)).SendFaxesFromFTPAsync(inValue);
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
WindowsFormsApp1.BaroService_API.SendFaxFromFTPExResponse WindowsFormsApp1.BaroService_API.BaroService_FAXSoap.SendFaxFromFTPEx(WindowsFormsApp1.BaroService_API.SendFaxFromFTPExRequest request) {
return base.Channel.SendFaxFromFTPEx(request);
}
public string SendFaxFromFTPEx(string CERTKEY, string CorpNum, string SenderID, int FileCount, WindowsFormsApp1.BaroService_API.ArrayOfString FileNames, string FromNumber, string ToNumber, string ReceiveCorp, string ReceiveName, string SendDT, string RefKey) {
WindowsFormsApp1.BaroService_API.SendFaxFromFTPExRequest inValue = new WindowsFormsApp1.BaroService_API.SendFaxFromFTPExRequest();
inValue.Body = new WindowsFormsApp1.BaroService_API.SendFaxFromFTPExRequestBody();
inValue.Body.CERTKEY = CERTKEY;
inValue.Body.CorpNum = CorpNum;
inValue.Body.SenderID = SenderID;
inValue.Body.FileCount = FileCount;
inValue.Body.FileNames = FileNames;
inValue.Body.FromNumber = FromNumber;
inValue.Body.ToNumber = ToNumber;
inValue.Body.ReceiveCorp = ReceiveCorp;
inValue.Body.ReceiveName = ReceiveName;
inValue.Body.SendDT = SendDT;
inValue.Body.RefKey = RefKey;
WindowsFormsApp1.BaroService_API.SendFaxFromFTPExResponse retVal = ((WindowsFormsApp1.BaroService_API.BaroService_FAXSoap)(this)).SendFaxFromFTPEx(inValue);
return retVal.Body.SendFaxFromFTPExResult;
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
System.Threading.Tasks.Task WindowsFormsApp1.BaroService_API.BaroService_FAXSoap.SendFaxFromFTPExAsync(WindowsFormsApp1.BaroService_API.SendFaxFromFTPExRequest request) {
return base.Channel.SendFaxFromFTPExAsync(request);
}
public System.Threading.Tasks.Task SendFaxFromFTPExAsync(string CERTKEY, string CorpNum, string SenderID, int FileCount, WindowsFormsApp1.BaroService_API.ArrayOfString FileNames, string FromNumber, string ToNumber, string ReceiveCorp, string ReceiveName, string SendDT, string RefKey) {
WindowsFormsApp1.BaroService_API.SendFaxFromFTPExRequest inValue = new WindowsFormsApp1.BaroService_API.SendFaxFromFTPExRequest();
inValue.Body = new WindowsFormsApp1.BaroService_API.SendFaxFromFTPExRequestBody();
inValue.Body.CERTKEY = CERTKEY;
inValue.Body.CorpNum = CorpNum;
inValue.Body.SenderID = SenderID;
inValue.Body.FileCount = FileCount;
inValue.Body.FileNames = FileNames;
inValue.Body.FromNumber = FromNumber;
inValue.Body.ToNumber = ToNumber;
inValue.Body.ReceiveCorp = ReceiveCorp;
inValue.Body.ReceiveName = ReceiveName;
inValue.Body.SendDT = SendDT;
inValue.Body.RefKey = RefKey;
return ((WindowsFormsApp1.BaroService_API.BaroService_FAXSoap)(this)).SendFaxFromFTPExAsync(inValue);
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
WindowsFormsApp1.BaroService_API.SendFaxesFromFTPExResponse WindowsFormsApp1.BaroService_API.BaroService_FAXSoap.SendFaxesFromFTPEx(WindowsFormsApp1.BaroService_API.SendFaxesFromFTPExRequest request) {
return base.Channel.SendFaxesFromFTPEx(request);
}
public WindowsFormsApp1.BaroService_API.ArrayOfString SendFaxesFromFTPEx(string CERTKEY, string CorpNum, string SenderID, int FileCount, WindowsFormsApp1.BaroService_API.ArrayOfString FileNames, int SendCount, WindowsFormsApp1.BaroService_API.FaxMessage[] Messages, string SendDT) {
WindowsFormsApp1.BaroService_API.SendFaxesFromFTPExRequest inValue = new WindowsFormsApp1.BaroService_API.SendFaxesFromFTPExRequest();
inValue.Body = new WindowsFormsApp1.BaroService_API.SendFaxesFromFTPExRequestBody();
inValue.Body.CERTKEY = CERTKEY;
inValue.Body.CorpNum = CorpNum;
inValue.Body.SenderID = SenderID;
inValue.Body.FileCount = FileCount;
inValue.Body.FileNames = FileNames;
inValue.Body.SendCount = SendCount;
inValue.Body.Messages = Messages;
inValue.Body.SendDT = SendDT;
WindowsFormsApp1.BaroService_API.SendFaxesFromFTPExResponse retVal = ((WindowsFormsApp1.BaroService_API.BaroService_FAXSoap)(this)).SendFaxesFromFTPEx(inValue);
return retVal.Body.SendFaxesFromFTPExResult;
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
System.Threading.Tasks.Task WindowsFormsApp1.BaroService_API.BaroService_FAXSoap.SendFaxesFromFTPExAsync(WindowsFormsApp1.BaroService_API.SendFaxesFromFTPExRequest request) {
return base.Channel.SendFaxesFromFTPExAsync(request);
}
public System.Threading.Tasks.Task SendFaxesFromFTPExAsync(string CERTKEY, string CorpNum, string SenderID, int FileCount, WindowsFormsApp1.BaroService_API.ArrayOfString FileNames, int SendCount, WindowsFormsApp1.BaroService_API.FaxMessage[] Messages, string SendDT) {
WindowsFormsApp1.BaroService_API.SendFaxesFromFTPExRequest inValue = new WindowsFormsApp1.BaroService_API.SendFaxesFromFTPExRequest();
inValue.Body = new WindowsFormsApp1.BaroService_API.SendFaxesFromFTPExRequestBody();
inValue.Body.CERTKEY = CERTKEY;
inValue.Body.CorpNum = CorpNum;
inValue.Body.SenderID = SenderID;
inValue.Body.FileCount = FileCount;
inValue.Body.FileNames = FileNames;
inValue.Body.SendCount = SendCount;
inValue.Body.Messages = Messages;
inValue.Body.SendDT = SendDT;
return ((WindowsFormsApp1.BaroService_API.BaroService_FAXSoap)(this)).SendFaxesFromFTPExAsync(inValue);
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
WindowsFormsApp1.BaroService_API.ReSendFaxResponse WindowsFormsApp1.BaroService_API.BaroService_FAXSoap.ReSendFax(WindowsFormsApp1.BaroService_API.ReSendFaxRequest request) {
return base.Channel.ReSendFax(request);
}
public string ReSendFax(string CERTKEY, string CorpNum, string SenderID, string SendKey, string RefKey) {
WindowsFormsApp1.BaroService_API.ReSendFaxRequest inValue = new WindowsFormsApp1.BaroService_API.ReSendFaxRequest();
inValue.Body = new WindowsFormsApp1.BaroService_API.ReSendFaxRequestBody();
inValue.Body.CERTKEY = CERTKEY;
inValue.Body.CorpNum = CorpNum;
inValue.Body.SenderID = SenderID;
inValue.Body.SendKey = SendKey;
inValue.Body.RefKey = RefKey;
WindowsFormsApp1.BaroService_API.ReSendFaxResponse retVal = ((WindowsFormsApp1.BaroService_API.BaroService_FAXSoap)(this)).ReSendFax(inValue);
return retVal.Body.ReSendFaxResult;
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
System.Threading.Tasks.Task WindowsFormsApp1.BaroService_API.BaroService_FAXSoap.ReSendFaxAsync(WindowsFormsApp1.BaroService_API.ReSendFaxRequest request) {
return base.Channel.ReSendFaxAsync(request);
}
public System.Threading.Tasks.Task ReSendFaxAsync(string CERTKEY, string CorpNum, string SenderID, string SendKey, string RefKey) {
WindowsFormsApp1.BaroService_API.ReSendFaxRequest inValue = new WindowsFormsApp1.BaroService_API.ReSendFaxRequest();
inValue.Body = new WindowsFormsApp1.BaroService_API.ReSendFaxRequestBody();
inValue.Body.CERTKEY = CERTKEY;
inValue.Body.CorpNum = CorpNum;
inValue.Body.SenderID = SenderID;
inValue.Body.SendKey = SendKey;
inValue.Body.RefKey = RefKey;
return ((WindowsFormsApp1.BaroService_API.BaroService_FAXSoap)(this)).ReSendFaxAsync(inValue);
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
WindowsFormsApp1.BaroService_API.ReSendFaxExResponse WindowsFormsApp1.BaroService_API.BaroService_FAXSoap.ReSendFaxEx(WindowsFormsApp1.BaroService_API.ReSendFaxExRequest request) {
return base.Channel.ReSendFaxEx(request);
}
public string ReSendFaxEx(string CERTKEY, string CorpNum, string SenderID, string SendKey, string RefKey, string ToNumber) {
WindowsFormsApp1.BaroService_API.ReSendFaxExRequest inValue = new WindowsFormsApp1.BaroService_API.ReSendFaxExRequest();
inValue.Body = new WindowsFormsApp1.BaroService_API.ReSendFaxExRequestBody();
inValue.Body.CERTKEY = CERTKEY;
inValue.Body.CorpNum = CorpNum;
inValue.Body.SenderID = SenderID;
inValue.Body.SendKey = SendKey;
inValue.Body.RefKey = RefKey;
inValue.Body.ToNumber = ToNumber;
WindowsFormsApp1.BaroService_API.ReSendFaxExResponse retVal = ((WindowsFormsApp1.BaroService_API.BaroService_FAXSoap)(this)).ReSendFaxEx(inValue);
return retVal.Body.ReSendFaxExResult;
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
System.Threading.Tasks.Task WindowsFormsApp1.BaroService_API.BaroService_FAXSoap.ReSendFaxExAsync(WindowsFormsApp1.BaroService_API.ReSendFaxExRequest request) {
return base.Channel.ReSendFaxExAsync(request);
}
public System.Threading.Tasks.Task ReSendFaxExAsync(string CERTKEY, string CorpNum, string SenderID, string SendKey, string RefKey, string ToNumber) {
WindowsFormsApp1.BaroService_API.ReSendFaxExRequest inValue = new WindowsFormsApp1.BaroService_API.ReSendFaxExRequest();
inValue.Body = new WindowsFormsApp1.BaroService_API.ReSendFaxExRequestBody();
inValue.Body.CERTKEY = CERTKEY;
inValue.Body.CorpNum = CorpNum;
inValue.Body.SenderID = SenderID;
inValue.Body.SendKey = SendKey;
inValue.Body.RefKey = RefKey;
inValue.Body.ToNumber = ToNumber;
return ((WindowsFormsApp1.BaroService_API.BaroService_FAXSoap)(this)).ReSendFaxExAsync(inValue);
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
WindowsFormsApp1.BaroService_API.CancelReservedFaxMessageResponse WindowsFormsApp1.BaroService_API.BaroService_FAXSoap.CancelReservedFaxMessage(WindowsFormsApp1.BaroService_API.CancelReservedFaxMessageRequest request) {
return base.Channel.CancelReservedFaxMessage(request);
}
public int CancelReservedFaxMessage(string CERTKEY, string CorpNum, string SendKey) {
WindowsFormsApp1.BaroService_API.CancelReservedFaxMessageRequest inValue = new WindowsFormsApp1.BaroService_API.CancelReservedFaxMessageRequest();
inValue.Body = new WindowsFormsApp1.BaroService_API.CancelReservedFaxMessageRequestBody();
inValue.Body.CERTKEY = CERTKEY;
inValue.Body.CorpNum = CorpNum;
inValue.Body.SendKey = SendKey;
WindowsFormsApp1.BaroService_API.CancelReservedFaxMessageResponse retVal = ((WindowsFormsApp1.BaroService_API.BaroService_FAXSoap)(this)).CancelReservedFaxMessage(inValue);
return retVal.Body.CancelReservedFaxMessageResult;
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
System.Threading.Tasks.Task WindowsFormsApp1.BaroService_API.BaroService_FAXSoap.CancelReservedFaxMessageAsync(WindowsFormsApp1.BaroService_API.CancelReservedFaxMessageRequest request) {
return base.Channel.CancelReservedFaxMessageAsync(request);
}
public System.Threading.Tasks.Task CancelReservedFaxMessageAsync(string CERTKEY, string CorpNum, string SendKey) {
WindowsFormsApp1.BaroService_API.CancelReservedFaxMessageRequest inValue = new WindowsFormsApp1.BaroService_API.CancelReservedFaxMessageRequest();
inValue.Body = new WindowsFormsApp1.BaroService_API.CancelReservedFaxMessageRequestBody();
inValue.Body.CERTKEY = CERTKEY;
inValue.Body.CorpNum = CorpNum;
inValue.Body.SendKey = SendKey;
return ((WindowsFormsApp1.BaroService_API.BaroService_FAXSoap)(this)).CancelReservedFaxMessageAsync(inValue);
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
WindowsFormsApp1.BaroService_API.GetFaxSendStateResponse WindowsFormsApp1.BaroService_API.BaroService_FAXSoap.GetFaxSendState(WindowsFormsApp1.BaroService_API.GetFaxSendStateRequest request) {
return base.Channel.GetFaxSendState(request);
}
public int GetFaxSendState(string CERTKEY, string CorpNum, string SendKey) {
WindowsFormsApp1.BaroService_API.GetFaxSendStateRequest inValue = new WindowsFormsApp1.BaroService_API.GetFaxSendStateRequest();
inValue.Body = new WindowsFormsApp1.BaroService_API.GetFaxSendStateRequestBody();
inValue.Body.CERTKEY = CERTKEY;
inValue.Body.CorpNum = CorpNum;
inValue.Body.SendKey = SendKey;
WindowsFormsApp1.BaroService_API.GetFaxSendStateResponse retVal = ((WindowsFormsApp1.BaroService_API.BaroService_FAXSoap)(this)).GetFaxSendState(inValue);
return retVal.Body.GetFaxSendStateResult;
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
System.Threading.Tasks.Task WindowsFormsApp1.BaroService_API.BaroService_FAXSoap.GetFaxSendStateAsync(WindowsFormsApp1.BaroService_API.GetFaxSendStateRequest request) {
return base.Channel.GetFaxSendStateAsync(request);
}
public System.Threading.Tasks.Task GetFaxSendStateAsync(string CERTKEY, string CorpNum, string SendKey) {
WindowsFormsApp1.BaroService_API.GetFaxSendStateRequest inValue = new WindowsFormsApp1.BaroService_API.GetFaxSendStateRequest();
inValue.Body = new WindowsFormsApp1.BaroService_API.GetFaxSendStateRequestBody();
inValue.Body.CERTKEY = CERTKEY;
inValue.Body.CorpNum = CorpNum;
inValue.Body.SendKey = SendKey;
return ((WindowsFormsApp1.BaroService_API.BaroService_FAXSoap)(this)).GetFaxSendStateAsync(inValue);
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
WindowsFormsApp1.BaroService_API.GetFaxMessageResponse WindowsFormsApp1.BaroService_API.BaroService_FAXSoap.GetFaxMessage(WindowsFormsApp1.BaroService_API.GetFaxMessageRequest request) {
return base.Channel.GetFaxMessage(request);
}
public WindowsFormsApp1.BaroService_API.FaxMessage GetFaxMessage(string CERTKEY, string CorpNum, string SendKey) {
WindowsFormsApp1.BaroService_API.GetFaxMessageRequest inValue = new WindowsFormsApp1.BaroService_API.GetFaxMessageRequest();
inValue.Body = new WindowsFormsApp1.BaroService_API.GetFaxMessageRequestBody();
inValue.Body.CERTKEY = CERTKEY;
inValue.Body.CorpNum = CorpNum;
inValue.Body.SendKey = SendKey;
WindowsFormsApp1.BaroService_API.GetFaxMessageResponse retVal = ((WindowsFormsApp1.BaroService_API.BaroService_FAXSoap)(this)).GetFaxMessage(inValue);
return retVal.Body.GetFaxMessageResult;
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
System.Threading.Tasks.Task WindowsFormsApp1.BaroService_API.BaroService_FAXSoap.GetFaxMessageAsync(WindowsFormsApp1.BaroService_API.GetFaxMessageRequest request) {
return base.Channel.GetFaxMessageAsync(request);
}
public System.Threading.Tasks.Task GetFaxMessageAsync(string CERTKEY, string CorpNum, string SendKey) {
WindowsFormsApp1.BaroService_API.GetFaxMessageRequest inValue = new WindowsFormsApp1.BaroService_API.GetFaxMessageRequest();
inValue.Body = new WindowsFormsApp1.BaroService_API.GetFaxMessageRequestBody();
inValue.Body.CERTKEY = CERTKEY;
inValue.Body.CorpNum = CorpNum;
inValue.Body.SendKey = SendKey;
return ((WindowsFormsApp1.BaroService_API.BaroService_FAXSoap)(this)).GetFaxMessageAsync(inValue);
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
WindowsFormsApp1.BaroService_API.GetFaxMessageExResponse WindowsFormsApp1.BaroService_API.BaroService_FAXSoap.GetFaxMessageEx(WindowsFormsApp1.BaroService_API.GetFaxMessageExRequest request) {
return base.Channel.GetFaxMessageEx(request);
}
public WindowsFormsApp1.BaroService_API.FaxMessageEx GetFaxMessageEx(string CERTKEY, string CorpNum, string SendKey) {
WindowsFormsApp1.BaroService_API.GetFaxMessageExRequest inValue = new WindowsFormsApp1.BaroService_API.GetFaxMessageExRequest();
inValue.Body = new WindowsFormsApp1.BaroService_API.GetFaxMessageExRequestBody();
inValue.Body.CERTKEY = CERTKEY;
inValue.Body.CorpNum = CorpNum;
inValue.Body.SendKey = SendKey;
WindowsFormsApp1.BaroService_API.GetFaxMessageExResponse retVal = ((WindowsFormsApp1.BaroService_API.BaroService_FAXSoap)(this)).GetFaxMessageEx(inValue);
return retVal.Body.GetFaxMessageExResult;
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
System.Threading.Tasks.Task WindowsFormsApp1.BaroService_API.BaroService_FAXSoap.GetFaxMessageExAsync(WindowsFormsApp1.BaroService_API.GetFaxMessageExRequest request) {
return base.Channel.GetFaxMessageExAsync(request);
}
public System.Threading.Tasks.Task GetFaxMessageExAsync(string CERTKEY, string CorpNum, string SendKey) {
WindowsFormsApp1.BaroService_API.GetFaxMessageExRequest inValue = new WindowsFormsApp1.BaroService_API.GetFaxMessageExRequest();
inValue.Body = new WindowsFormsApp1.BaroService_API.GetFaxMessageExRequestBody();
inValue.Body.CERTKEY = CERTKEY;
inValue.Body.CorpNum = CorpNum;
inValue.Body.SendKey = SendKey;
return ((WindowsFormsApp1.BaroService_API.BaroService_FAXSoap)(this)).GetFaxMessageExAsync(inValue);
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
WindowsFormsApp1.BaroService_API.GetFaxSendMessagesResponse WindowsFormsApp1.BaroService_API.BaroService_FAXSoap.GetFaxSendMessages(WindowsFormsApp1.BaroService_API.GetFaxSendMessagesRequest request) {
return base.Channel.GetFaxSendMessages(request);
}
public WindowsFormsApp1.BaroService_API.FaxMessage[] GetFaxSendMessages(string CERTKEY, string CorpNum, WindowsFormsApp1.BaroService_API.ArrayOfString SendKeyList) {
WindowsFormsApp1.BaroService_API.GetFaxSendMessagesRequest inValue = new WindowsFormsApp1.BaroService_API.GetFaxSendMessagesRequest();
inValue.Body = new WindowsFormsApp1.BaroService_API.GetFaxSendMessagesRequestBody();
inValue.Body.CERTKEY = CERTKEY;
inValue.Body.CorpNum = CorpNum;
inValue.Body.SendKeyList = SendKeyList;
WindowsFormsApp1.BaroService_API.GetFaxSendMessagesResponse retVal = ((WindowsFormsApp1.BaroService_API.BaroService_FAXSoap)(this)).GetFaxSendMessages(inValue);
return retVal.Body.GetFaxSendMessagesResult;
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
System.Threading.Tasks.Task WindowsFormsApp1.BaroService_API.BaroService_FAXSoap.GetFaxSendMessagesAsync(WindowsFormsApp1.BaroService_API.GetFaxSendMessagesRequest request) {
return base.Channel.GetFaxSendMessagesAsync(request);
}
public System.Threading.Tasks.Task GetFaxSendMessagesAsync(string CERTKEY, string CorpNum, WindowsFormsApp1.BaroService_API.ArrayOfString SendKeyList) {
WindowsFormsApp1.BaroService_API.GetFaxSendMessagesRequest inValue = new WindowsFormsApp1.BaroService_API.GetFaxSendMessagesRequest();
inValue.Body = new WindowsFormsApp1.BaroService_API.GetFaxSendMessagesRequestBody();
inValue.Body.CERTKEY = CERTKEY;
inValue.Body.CorpNum = CorpNum;
inValue.Body.SendKeyList = SendKeyList;
return ((WindowsFormsApp1.BaroService_API.BaroService_FAXSoap)(this)).GetFaxSendMessagesAsync(inValue);
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
WindowsFormsApp1.BaroService_API.GetFaxSendMessagesExResponse WindowsFormsApp1.BaroService_API.BaroService_FAXSoap.GetFaxSendMessagesEx(WindowsFormsApp1.BaroService_API.GetFaxSendMessagesExRequest request) {
return base.Channel.GetFaxSendMessagesEx(request);
}
public WindowsFormsApp1.BaroService_API.FaxMessageEx[] GetFaxSendMessagesEx(string CERTKEY, string CorpNum, WindowsFormsApp1.BaroService_API.ArrayOfString SendKeyList) {
WindowsFormsApp1.BaroService_API.GetFaxSendMessagesExRequest inValue = new WindowsFormsApp1.BaroService_API.GetFaxSendMessagesExRequest();
inValue.Body = new WindowsFormsApp1.BaroService_API.GetFaxSendMessagesExRequestBody();
inValue.Body.CERTKEY = CERTKEY;
inValue.Body.CorpNum = CorpNum;
inValue.Body.SendKeyList = SendKeyList;
WindowsFormsApp1.BaroService_API.GetFaxSendMessagesExResponse retVal = ((WindowsFormsApp1.BaroService_API.BaroService_FAXSoap)(this)).GetFaxSendMessagesEx(inValue);
return retVal.Body.GetFaxSendMessagesExResult;
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
System.Threading.Tasks.Task WindowsFormsApp1.BaroService_API.BaroService_FAXSoap.GetFaxSendMessagesExAsync(WindowsFormsApp1.BaroService_API.GetFaxSendMessagesExRequest request) {
return base.Channel.GetFaxSendMessagesExAsync(request);
}
public System.Threading.Tasks.Task GetFaxSendMessagesExAsync(string CERTKEY, string CorpNum, WindowsFormsApp1.BaroService_API.ArrayOfString SendKeyList) {
WindowsFormsApp1.BaroService_API.GetFaxSendMessagesExRequest inValue = new WindowsFormsApp1.BaroService_API.GetFaxSendMessagesExRequest();
inValue.Body = new WindowsFormsApp1.BaroService_API.GetFaxSendMessagesExRequestBody();
inValue.Body.CERTKEY = CERTKEY;
inValue.Body.CorpNum = CorpNum;
inValue.Body.SendKeyList = SendKeyList;
return ((WindowsFormsApp1.BaroService_API.BaroService_FAXSoap)(this)).GetFaxSendMessagesExAsync(inValue);
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
WindowsFormsApp1.BaroService_API.GetFaxSendMessagesByRefKeyResponse WindowsFormsApp1.BaroService_API.BaroService_FAXSoap.GetFaxSendMessagesByRefKey(WindowsFormsApp1.BaroService_API.GetFaxSendMessagesByRefKeyRequest request) {
return base.Channel.GetFaxSendMessagesByRefKey(request);
}
public WindowsFormsApp1.BaroService_API.FaxMessage[] GetFaxSendMessagesByRefKey(string CERTKEY, string CorpNum, string RefKey) {
WindowsFormsApp1.BaroService_API.GetFaxSendMessagesByRefKeyRequest inValue = new WindowsFormsApp1.BaroService_API.GetFaxSendMessagesByRefKeyRequest();
inValue.Body = new WindowsFormsApp1.BaroService_API.GetFaxSendMessagesByRefKeyRequestBody();
inValue.Body.CERTKEY = CERTKEY;
inValue.Body.CorpNum = CorpNum;
inValue.Body.RefKey = RefKey;
WindowsFormsApp1.BaroService_API.GetFaxSendMessagesByRefKeyResponse retVal = ((WindowsFormsApp1.BaroService_API.BaroService_FAXSoap)(this)).GetFaxSendMessagesByRefKey(inValue);
return retVal.Body.GetFaxSendMessagesByRefKeyResult;
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
System.Threading.Tasks.Task WindowsFormsApp1.BaroService_API.BaroService_FAXSoap.GetFaxSendMessagesByRefKeyAsync(WindowsFormsApp1.BaroService_API.GetFaxSendMessagesByRefKeyRequest request) {
return base.Channel.GetFaxSendMessagesByRefKeyAsync(request);
}
public System.Threading.Tasks.Task GetFaxSendMessagesByRefKeyAsync(string CERTKEY, string CorpNum, string RefKey) {
WindowsFormsApp1.BaroService_API.GetFaxSendMessagesByRefKeyRequest inValue = new WindowsFormsApp1.BaroService_API.GetFaxSendMessagesByRefKeyRequest();
inValue.Body = new WindowsFormsApp1.BaroService_API.GetFaxSendMessagesByRefKeyRequestBody();
inValue.Body.CERTKEY = CERTKEY;
inValue.Body.CorpNum = CorpNum;
inValue.Body.RefKey = RefKey;
return ((WindowsFormsApp1.BaroService_API.BaroService_FAXSoap)(this)).GetFaxSendMessagesByRefKeyAsync(inValue);
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
WindowsFormsApp1.BaroService_API.GetFaxSendMessagesByRefKeyExResponse WindowsFormsApp1.BaroService_API.BaroService_FAXSoap.GetFaxSendMessagesByRefKeyEx(WindowsFormsApp1.BaroService_API.GetFaxSendMessagesByRefKeyExRequest request) {
return base.Channel.GetFaxSendMessagesByRefKeyEx(request);
}
public WindowsFormsApp1.BaroService_API.FaxMessageEx[] GetFaxSendMessagesByRefKeyEx(string CERTKEY, string CorpNum, string RefKey) {
WindowsFormsApp1.BaroService_API.GetFaxSendMessagesByRefKeyExRequest inValue = new WindowsFormsApp1.BaroService_API.GetFaxSendMessagesByRefKeyExRequest();
inValue.Body = new WindowsFormsApp1.BaroService_API.GetFaxSendMessagesByRefKeyExRequestBody();
inValue.Body.CERTKEY = CERTKEY;
inValue.Body.CorpNum = CorpNum;
inValue.Body.RefKey = RefKey;
WindowsFormsApp1.BaroService_API.GetFaxSendMessagesByRefKeyExResponse retVal = ((WindowsFormsApp1.BaroService_API.BaroService_FAXSoap)(this)).GetFaxSendMessagesByRefKeyEx(inValue);
return retVal.Body.GetFaxSendMessagesByRefKeyExResult;
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
System.Threading.Tasks.Task WindowsFormsApp1.BaroService_API.BaroService_FAXSoap.GetFaxSendMessagesByRefKeyExAsync(WindowsFormsApp1.BaroService_API.GetFaxSendMessagesByRefKeyExRequest request) {
return base.Channel.GetFaxSendMessagesByRefKeyExAsync(request);
}
public System.Threading.Tasks.Task GetFaxSendMessagesByRefKeyExAsync(string CERTKEY, string CorpNum, string RefKey) {
WindowsFormsApp1.BaroService_API.GetFaxSendMessagesByRefKeyExRequest inValue = new WindowsFormsApp1.BaroService_API.GetFaxSendMessagesByRefKeyExRequest();
inValue.Body = new WindowsFormsApp1.BaroService_API.GetFaxSendMessagesByRefKeyExRequestBody();
inValue.Body.CERTKEY = CERTKEY;
inValue.Body.CorpNum = CorpNum;
inValue.Body.RefKey = RefKey;
return ((WindowsFormsApp1.BaroService_API.BaroService_FAXSoap)(this)).GetFaxSendMessagesByRefKeyExAsync(inValue);
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
WindowsFormsApp1.BaroService_API.GetFaxSendMessagesByPagingResponse WindowsFormsApp1.BaroService_API.BaroService_FAXSoap.GetFaxSendMessagesByPaging(WindowsFormsApp1.BaroService_API.GetFaxSendMessagesByPagingRequest request) {
return base.Channel.GetFaxSendMessagesByPaging(request);
}
public WindowsFormsApp1.BaroService_API.PagedFaxMessages GetFaxSendMessagesByPaging(string CERTKEY, string CorpNum, string FromDate, string ToDate, int CountPerPage, int CurrentPage) {
WindowsFormsApp1.BaroService_API.GetFaxSendMessagesByPagingRequest inValue = new WindowsFormsApp1.BaroService_API.GetFaxSendMessagesByPagingRequest();
inValue.Body = new WindowsFormsApp1.BaroService_API.GetFaxSendMessagesByPagingRequestBody();
inValue.Body.CERTKEY = CERTKEY;
inValue.Body.CorpNum = CorpNum;
inValue.Body.FromDate = FromDate;
inValue.Body.ToDate = ToDate;
inValue.Body.CountPerPage = CountPerPage;
inValue.Body.CurrentPage = CurrentPage;
WindowsFormsApp1.BaroService_API.GetFaxSendMessagesByPagingResponse retVal = ((WindowsFormsApp1.BaroService_API.BaroService_FAXSoap)(this)).GetFaxSendMessagesByPaging(inValue);
return retVal.Body.GetFaxSendMessagesByPagingResult;
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
System.Threading.Tasks.Task WindowsFormsApp1.BaroService_API.BaroService_FAXSoap.GetFaxSendMessagesByPagingAsync(WindowsFormsApp1.BaroService_API.GetFaxSendMessagesByPagingRequest request) {
return base.Channel.GetFaxSendMessagesByPagingAsync(request);
}
public System.Threading.Tasks.Task GetFaxSendMessagesByPagingAsync(string CERTKEY, string CorpNum, string FromDate, string ToDate, int CountPerPage, int CurrentPage) {
WindowsFormsApp1.BaroService_API.GetFaxSendMessagesByPagingRequest inValue = new WindowsFormsApp1.BaroService_API.GetFaxSendMessagesByPagingRequest();
inValue.Body = new WindowsFormsApp1.BaroService_API.GetFaxSendMessagesByPagingRequestBody();
inValue.Body.CERTKEY = CERTKEY;
inValue.Body.CorpNum = CorpNum;
inValue.Body.FromDate = FromDate;
inValue.Body.ToDate = ToDate;
inValue.Body.CountPerPage = CountPerPage;
inValue.Body.CurrentPage = CurrentPage;
return ((WindowsFormsApp1.BaroService_API.BaroService_FAXSoap)(this)).GetFaxSendMessagesByPagingAsync(inValue);
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
WindowsFormsApp1.BaroService_API.GetFaxHistoryURLResponse WindowsFormsApp1.BaroService_API.BaroService_FAXSoap.GetFaxHistoryURL(WindowsFormsApp1.BaroService_API.GetFaxHistoryURLRequest request) {
return base.Channel.GetFaxHistoryURL(request);
}
public string GetFaxHistoryURL(string CERTKEY, string CorpNum, string ID, string PWD) {
WindowsFormsApp1.BaroService_API.GetFaxHistoryURLRequest inValue = new WindowsFormsApp1.BaroService_API.GetFaxHistoryURLRequest();
inValue.Body = new WindowsFormsApp1.BaroService_API.GetFaxHistoryURLRequestBody();
inValue.Body.CERTKEY = CERTKEY;
inValue.Body.CorpNum = CorpNum;
inValue.Body.ID = ID;
inValue.Body.PWD = PWD;
WindowsFormsApp1.BaroService_API.GetFaxHistoryURLResponse retVal = ((WindowsFormsApp1.BaroService_API.BaroService_FAXSoap)(this)).GetFaxHistoryURL(inValue);
return retVal.Body.GetFaxHistoryURLResult;
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
System.Threading.Tasks.Task WindowsFormsApp1.BaroService_API.BaroService_FAXSoap.GetFaxHistoryURLAsync(WindowsFormsApp1.BaroService_API.GetFaxHistoryURLRequest request) {
return base.Channel.GetFaxHistoryURLAsync(request);
}
public System.Threading.Tasks.Task GetFaxHistoryURLAsync(string CERTKEY, string CorpNum, string ID, string PWD) {
WindowsFormsApp1.BaroService_API.GetFaxHistoryURLRequest inValue = new WindowsFormsApp1.BaroService_API.GetFaxHistoryURLRequest();
inValue.Body = new WindowsFormsApp1.BaroService_API.GetFaxHistoryURLRequestBody();
inValue.Body.CERTKEY = CERTKEY;
inValue.Body.CorpNum = CorpNum;
inValue.Body.ID = ID;
inValue.Body.PWD = PWD;
return ((WindowsFormsApp1.BaroService_API.BaroService_FAXSoap)(this)).GetFaxHistoryURLAsync(inValue);
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
WindowsFormsApp1.BaroService_API.GetFaxFileURLResponse WindowsFormsApp1.BaroService_API.BaroService_FAXSoap.GetFaxFileURL(WindowsFormsApp1.BaroService_API.GetFaxFileURLRequest request) {
return base.Channel.GetFaxFileURL(request);
}
public WindowsFormsApp1.BaroService_API.ArrayOfString GetFaxFileURL(string CERTKEY, string CorpNum, string SendKey, int FileType) {
WindowsFormsApp1.BaroService_API.GetFaxFileURLRequest inValue = new WindowsFormsApp1.BaroService_API.GetFaxFileURLRequest();
inValue.Body = new WindowsFormsApp1.BaroService_API.GetFaxFileURLRequestBody();
inValue.Body.CERTKEY = CERTKEY;
inValue.Body.CorpNum = CorpNum;
inValue.Body.SendKey = SendKey;
inValue.Body.FileType = FileType;
WindowsFormsApp1.BaroService_API.GetFaxFileURLResponse retVal = ((WindowsFormsApp1.BaroService_API.BaroService_FAXSoap)(this)).GetFaxFileURL(inValue);
return retVal.Body.GetFaxFileURLResult;
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
System.Threading.Tasks.Task WindowsFormsApp1.BaroService_API.BaroService_FAXSoap.GetFaxFileURLAsync(WindowsFormsApp1.BaroService_API.GetFaxFileURLRequest request) {
return base.Channel.GetFaxFileURLAsync(request);
}
public System.Threading.Tasks.Task GetFaxFileURLAsync(string CERTKEY, string CorpNum, string SendKey, int FileType) {
WindowsFormsApp1.BaroService_API.GetFaxFileURLRequest inValue = new WindowsFormsApp1.BaroService_API.GetFaxFileURLRequest();
inValue.Body = new WindowsFormsApp1.BaroService_API.GetFaxFileURLRequestBody();
inValue.Body.CERTKEY = CERTKEY;
inValue.Body.CorpNum = CorpNum;
inValue.Body.SendKey = SendKey;
inValue.Body.FileType = FileType;
return ((WindowsFormsApp1.BaroService_API.BaroService_FAXSoap)(this)).GetFaxFileURLAsync(inValue);
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
WindowsFormsApp1.BaroService_API.CheckCorpIsMemberResponse WindowsFormsApp1.BaroService_API.BaroService_FAXSoap.CheckCorpIsMember(WindowsFormsApp1.BaroService_API.CheckCorpIsMemberRequest request) {
return base.Channel.CheckCorpIsMember(request);
}
public int CheckCorpIsMember(string CERTKEY, string CorpNum, string CheckCorpNum) {
WindowsFormsApp1.BaroService_API.CheckCorpIsMemberRequest inValue = new WindowsFormsApp1.BaroService_API.CheckCorpIsMemberRequest();
inValue.Body = new WindowsFormsApp1.BaroService_API.CheckCorpIsMemberRequestBody();
inValue.Body.CERTKEY = CERTKEY;
inValue.Body.CorpNum = CorpNum;
inValue.Body.CheckCorpNum = CheckCorpNum;
WindowsFormsApp1.BaroService_API.CheckCorpIsMemberResponse retVal = ((WindowsFormsApp1.BaroService_API.BaroService_FAXSoap)(this)).CheckCorpIsMember(inValue);
return retVal.Body.CheckCorpIsMemberResult;
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
System.Threading.Tasks.Task WindowsFormsApp1.BaroService_API.BaroService_FAXSoap.CheckCorpIsMemberAsync(WindowsFormsApp1.BaroService_API.CheckCorpIsMemberRequest request) {
return base.Channel.CheckCorpIsMemberAsync(request);
}
public System.Threading.Tasks.Task CheckCorpIsMemberAsync(string CERTKEY, string CorpNum, string CheckCorpNum) {
WindowsFormsApp1.BaroService_API.CheckCorpIsMemberRequest inValue = new WindowsFormsApp1.BaroService_API.CheckCorpIsMemberRequest();
inValue.Body = new WindowsFormsApp1.BaroService_API.CheckCorpIsMemberRequestBody();
inValue.Body.CERTKEY = CERTKEY;
inValue.Body.CorpNum = CorpNum;
inValue.Body.CheckCorpNum = CheckCorpNum;
return ((WindowsFormsApp1.BaroService_API.BaroService_FAXSoap)(this)).CheckCorpIsMemberAsync(inValue);
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
WindowsFormsApp1.BaroService_API.RegistCorpResponse WindowsFormsApp1.BaroService_API.BaroService_FAXSoap.RegistCorp(WindowsFormsApp1.BaroService_API.RegistCorpRequest request) {
return base.Channel.RegistCorp(request);
}
public int RegistCorp(
string CERTKEY,
string CorpNum,
string CorpName,
string CEOName,
string BizType,
string BizClass,
string PostNum,
string Addr1,
string Addr2,
string MemberName,
string JuminNum,
string ID,
string PWD,
string Grade,
string TEL,
string HP,
string Email) {
WindowsFormsApp1.BaroService_API.RegistCorpRequest inValue = new WindowsFormsApp1.BaroService_API.RegistCorpRequest();
inValue.Body = new WindowsFormsApp1.BaroService_API.RegistCorpRequestBody();
inValue.Body.CERTKEY = CERTKEY;
inValue.Body.CorpNum = CorpNum;
inValue.Body.CorpName = CorpName;
inValue.Body.CEOName = CEOName;
inValue.Body.BizType = BizType;
inValue.Body.BizClass = BizClass;
inValue.Body.PostNum = PostNum;
inValue.Body.Addr1 = Addr1;
inValue.Body.Addr2 = Addr2;
inValue.Body.MemberName = MemberName;
inValue.Body.JuminNum = JuminNum;
inValue.Body.ID = ID;
inValue.Body.PWD = PWD;
inValue.Body.Grade = Grade;
inValue.Body.TEL = TEL;
inValue.Body.HP = HP;
inValue.Body.Email = Email;
WindowsFormsApp1.BaroService_API.RegistCorpResponse retVal = ((WindowsFormsApp1.BaroService_API.BaroService_FAXSoap)(this)).RegistCorp(inValue);
return retVal.Body.RegistCorpResult;
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
System.Threading.Tasks.Task WindowsFormsApp1.BaroService_API.BaroService_FAXSoap.RegistCorpAsync(WindowsFormsApp1.BaroService_API.RegistCorpRequest request) {
return base.Channel.RegistCorpAsync(request);
}
public System.Threading.Tasks.Task RegistCorpAsync(
string CERTKEY,
string CorpNum,
string CorpName,
string CEOName,
string BizType,
string BizClass,
string PostNum,
string Addr1,
string Addr2,
string MemberName,
string JuminNum,
string ID,
string PWD,
string Grade,
string TEL,
string HP,
string Email) {
WindowsFormsApp1.BaroService_API.RegistCorpRequest inValue = new WindowsFormsApp1.BaroService_API.RegistCorpRequest();
inValue.Body = new WindowsFormsApp1.BaroService_API.RegistCorpRequestBody();
inValue.Body.CERTKEY = CERTKEY;
inValue.Body.CorpNum = CorpNum;
inValue.Body.CorpName = CorpName;
inValue.Body.CEOName = CEOName;
inValue.Body.BizType = BizType;
inValue.Body.BizClass = BizClass;
inValue.Body.PostNum = PostNum;
inValue.Body.Addr1 = Addr1;
inValue.Body.Addr2 = Addr2;
inValue.Body.MemberName = MemberName;
inValue.Body.JuminNum = JuminNum;
inValue.Body.ID = ID;
inValue.Body.PWD = PWD;
inValue.Body.Grade = Grade;
inValue.Body.TEL = TEL;
inValue.Body.HP = HP;
inValue.Body.Email = Email;
return ((WindowsFormsApp1.BaroService_API.BaroService_FAXSoap)(this)).RegistCorpAsync(inValue);
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
WindowsFormsApp1.BaroService_API.AddUserToCorpResponse WindowsFormsApp1.BaroService_API.BaroService_FAXSoap.AddUserToCorp(WindowsFormsApp1.BaroService_API.AddUserToCorpRequest request) {
return base.Channel.AddUserToCorp(request);
}
public int AddUserToCorp(string CERTKEY, string CorpNum, string MemberName, string JuminNum, string ID, string PWD, string Grade, string TEL, string HP, string Email) {
WindowsFormsApp1.BaroService_API.AddUserToCorpRequest inValue = new WindowsFormsApp1.BaroService_API.AddUserToCorpRequest();
inValue.Body = new WindowsFormsApp1.BaroService_API.AddUserToCorpRequestBody();
inValue.Body.CERTKEY = CERTKEY;
inValue.Body.CorpNum = CorpNum;
inValue.Body.MemberName = MemberName;
inValue.Body.JuminNum = JuminNum;
inValue.Body.ID = ID;
inValue.Body.PWD = PWD;
inValue.Body.Grade = Grade;
inValue.Body.TEL = TEL;
inValue.Body.HP = HP;
inValue.Body.Email = Email;
WindowsFormsApp1.BaroService_API.AddUserToCorpResponse retVal = ((WindowsFormsApp1.BaroService_API.BaroService_FAXSoap)(this)).AddUserToCorp(inValue);
return retVal.Body.AddUserToCorpResult;
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
System.Threading.Tasks.Task WindowsFormsApp1.BaroService_API.BaroService_FAXSoap.AddUserToCorpAsync(WindowsFormsApp1.BaroService_API.AddUserToCorpRequest request) {
return base.Channel.AddUserToCorpAsync(request);
}
public System.Threading.Tasks.Task AddUserToCorpAsync(string CERTKEY, string CorpNum, string MemberName, string JuminNum, string ID, string PWD, string Grade, string TEL, string HP, string Email) {
WindowsFormsApp1.BaroService_API.AddUserToCorpRequest inValue = new WindowsFormsApp1.BaroService_API.AddUserToCorpRequest();
inValue.Body = new WindowsFormsApp1.BaroService_API.AddUserToCorpRequestBody();
inValue.Body.CERTKEY = CERTKEY;
inValue.Body.CorpNum = CorpNum;
inValue.Body.MemberName = MemberName;
inValue.Body.JuminNum = JuminNum;
inValue.Body.ID = ID;
inValue.Body.PWD = PWD;
inValue.Body.Grade = Grade;
inValue.Body.TEL = TEL;
inValue.Body.HP = HP;
inValue.Body.Email = Email;
return ((WindowsFormsApp1.BaroService_API.BaroService_FAXSoap)(this)).AddUserToCorpAsync(inValue);
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
WindowsFormsApp1.BaroService_API.UpdateCorpInfoResponse WindowsFormsApp1.BaroService_API.BaroService_FAXSoap.UpdateCorpInfo(WindowsFormsApp1.BaroService_API.UpdateCorpInfoRequest request) {
return base.Channel.UpdateCorpInfo(request);
}
public int UpdateCorpInfo(string CERTKEY, string CorpNum, string CorpName, string CEOName, string BizType, string BizClass, string PostNum, string Addr1, string Addr2) {
WindowsFormsApp1.BaroService_API.UpdateCorpInfoRequest inValue = new WindowsFormsApp1.BaroService_API.UpdateCorpInfoRequest();
inValue.Body = new WindowsFormsApp1.BaroService_API.UpdateCorpInfoRequestBody();
inValue.Body.CERTKEY = CERTKEY;
inValue.Body.CorpNum = CorpNum;
inValue.Body.CorpName = CorpName;
inValue.Body.CEOName = CEOName;
inValue.Body.BizType = BizType;
inValue.Body.BizClass = BizClass;
inValue.Body.PostNum = PostNum;
inValue.Body.Addr1 = Addr1;
inValue.Body.Addr2 = Addr2;
WindowsFormsApp1.BaroService_API.UpdateCorpInfoResponse retVal = ((WindowsFormsApp1.BaroService_API.BaroService_FAXSoap)(this)).UpdateCorpInfo(inValue);
return retVal.Body.UpdateCorpInfoResult;
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
System.Threading.Tasks.Task WindowsFormsApp1.BaroService_API.BaroService_FAXSoap.UpdateCorpInfoAsync(WindowsFormsApp1.BaroService_API.UpdateCorpInfoRequest request) {
return base.Channel.UpdateCorpInfoAsync(request);
}
public System.Threading.Tasks.Task UpdateCorpInfoAsync(string CERTKEY, string CorpNum, string CorpName, string CEOName, string BizType, string BizClass, string PostNum, string Addr1, string Addr2) {
WindowsFormsApp1.BaroService_API.UpdateCorpInfoRequest inValue = new WindowsFormsApp1.BaroService_API.UpdateCorpInfoRequest();
inValue.Body = new WindowsFormsApp1.BaroService_API.UpdateCorpInfoRequestBody();
inValue.Body.CERTKEY = CERTKEY;
inValue.Body.CorpNum = CorpNum;
inValue.Body.CorpName = CorpName;
inValue.Body.CEOName = CEOName;
inValue.Body.BizType = BizType;
inValue.Body.BizClass = BizClass;
inValue.Body.PostNum = PostNum;
inValue.Body.Addr1 = Addr1;
inValue.Body.Addr2 = Addr2;
return ((WindowsFormsApp1.BaroService_API.BaroService_FAXSoap)(this)).UpdateCorpInfoAsync(inValue);
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
WindowsFormsApp1.BaroService_API.UpdateUserInfoResponse WindowsFormsApp1.BaroService_API.BaroService_FAXSoap.UpdateUserInfo(WindowsFormsApp1.BaroService_API.UpdateUserInfoRequest request) {
return base.Channel.UpdateUserInfo(request);
}
public int UpdateUserInfo(string CERTKEY, string CorpNum, string ID, string MemberName, string JuminNum, string TEL, string HP, string Email, string Grade) {
WindowsFormsApp1.BaroService_API.UpdateUserInfoRequest inValue = new WindowsFormsApp1.BaroService_API.UpdateUserInfoRequest();
inValue.Body = new WindowsFormsApp1.BaroService_API.UpdateUserInfoRequestBody();
inValue.Body.CERTKEY = CERTKEY;
inValue.Body.CorpNum = CorpNum;
inValue.Body.ID = ID;
inValue.Body.MemberName = MemberName;
inValue.Body.JuminNum = JuminNum;
inValue.Body.TEL = TEL;
inValue.Body.HP = HP;
inValue.Body.Email = Email;
inValue.Body.Grade = Grade;
WindowsFormsApp1.BaroService_API.UpdateUserInfoResponse retVal = ((WindowsFormsApp1.BaroService_API.BaroService_FAXSoap)(this)).UpdateUserInfo(inValue);
return retVal.Body.UpdateUserInfoResult;
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
System.Threading.Tasks.Task WindowsFormsApp1.BaroService_API.BaroService_FAXSoap.UpdateUserInfoAsync(WindowsFormsApp1.BaroService_API.UpdateUserInfoRequest request) {
return base.Channel.UpdateUserInfoAsync(request);
}
public System.Threading.Tasks.Task UpdateUserInfoAsync(string CERTKEY, string CorpNum, string ID, string MemberName, string JuminNum, string TEL, string HP, string Email, string Grade) {
WindowsFormsApp1.BaroService_API.UpdateUserInfoRequest inValue = new WindowsFormsApp1.BaroService_API.UpdateUserInfoRequest();
inValue.Body = new WindowsFormsApp1.BaroService_API.UpdateUserInfoRequestBody();
inValue.Body.CERTKEY = CERTKEY;
inValue.Body.CorpNum = CorpNum;
inValue.Body.ID = ID;
inValue.Body.MemberName = MemberName;
inValue.Body.JuminNum = JuminNum;
inValue.Body.TEL = TEL;
inValue.Body.HP = HP;
inValue.Body.Email = Email;
inValue.Body.Grade = Grade;
return ((WindowsFormsApp1.BaroService_API.BaroService_FAXSoap)(this)).UpdateUserInfoAsync(inValue);
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
WindowsFormsApp1.BaroService_API.UpdateUserPWDResponse WindowsFormsApp1.BaroService_API.BaroService_FAXSoap.UpdateUserPWD(WindowsFormsApp1.BaroService_API.UpdateUserPWDRequest request) {
return base.Channel.UpdateUserPWD(request);
}
public int UpdateUserPWD(string CERTKEY, string CorpNum, string ID, string newPWD) {
WindowsFormsApp1.BaroService_API.UpdateUserPWDRequest inValue = new WindowsFormsApp1.BaroService_API.UpdateUserPWDRequest();
inValue.Body = new WindowsFormsApp1.BaroService_API.UpdateUserPWDRequestBody();
inValue.Body.CERTKEY = CERTKEY;
inValue.Body.CorpNum = CorpNum;
inValue.Body.ID = ID;
inValue.Body.newPWD = newPWD;
WindowsFormsApp1.BaroService_API.UpdateUserPWDResponse retVal = ((WindowsFormsApp1.BaroService_API.BaroService_FAXSoap)(this)).UpdateUserPWD(inValue);
return retVal.Body.UpdateUserPWDResult;
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
System.Threading.Tasks.Task WindowsFormsApp1.BaroService_API.BaroService_FAXSoap.UpdateUserPWDAsync(WindowsFormsApp1.BaroService_API.UpdateUserPWDRequest request) {
return base.Channel.UpdateUserPWDAsync(request);
}
public System.Threading.Tasks.Task UpdateUserPWDAsync(string CERTKEY, string CorpNum, string ID, string newPWD) {
WindowsFormsApp1.BaroService_API.UpdateUserPWDRequest inValue = new WindowsFormsApp1.BaroService_API.UpdateUserPWDRequest();
inValue.Body = new WindowsFormsApp1.BaroService_API.UpdateUserPWDRequestBody();
inValue.Body.CERTKEY = CERTKEY;
inValue.Body.CorpNum = CorpNum;
inValue.Body.ID = ID;
inValue.Body.newPWD = newPWD;
return ((WindowsFormsApp1.BaroService_API.BaroService_FAXSoap)(this)).UpdateUserPWDAsync(inValue);
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
WindowsFormsApp1.BaroService_API.ChangeCorpManagerResponse WindowsFormsApp1.BaroService_API.BaroService_FAXSoap.ChangeCorpManager(WindowsFormsApp1.BaroService_API.ChangeCorpManagerRequest request) {
return base.Channel.ChangeCorpManager(request);
}
public int ChangeCorpManager(string CERTKEY, string CorpNum, string newManagerID) {
WindowsFormsApp1.BaroService_API.ChangeCorpManagerRequest inValue = new WindowsFormsApp1.BaroService_API.ChangeCorpManagerRequest();
inValue.Body = new WindowsFormsApp1.BaroService_API.ChangeCorpManagerRequestBody();
inValue.Body.CERTKEY = CERTKEY;
inValue.Body.CorpNum = CorpNum;
inValue.Body.newManagerID = newManagerID;
WindowsFormsApp1.BaroService_API.ChangeCorpManagerResponse retVal = ((WindowsFormsApp1.BaroService_API.BaroService_FAXSoap)(this)).ChangeCorpManager(inValue);
return retVal.Body.ChangeCorpManagerResult;
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
System.Threading.Tasks.Task WindowsFormsApp1.BaroService_API.BaroService_FAXSoap.ChangeCorpManagerAsync(WindowsFormsApp1.BaroService_API.ChangeCorpManagerRequest request) {
return base.Channel.ChangeCorpManagerAsync(request);
}
public System.Threading.Tasks.Task ChangeCorpManagerAsync(string CERTKEY, string CorpNum, string newManagerID) {
WindowsFormsApp1.BaroService_API.ChangeCorpManagerRequest inValue = new WindowsFormsApp1.BaroService_API.ChangeCorpManagerRequest();
inValue.Body = new WindowsFormsApp1.BaroService_API.ChangeCorpManagerRequestBody();
inValue.Body.CERTKEY = CERTKEY;
inValue.Body.CorpNum = CorpNum;
inValue.Body.newManagerID = newManagerID;
return ((WindowsFormsApp1.BaroService_API.BaroService_FAXSoap)(this)).ChangeCorpManagerAsync(inValue);
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
WindowsFormsApp1.BaroService_API.GetCorpMemberContactsResponse WindowsFormsApp1.BaroService_API.BaroService_FAXSoap.GetCorpMemberContacts(WindowsFormsApp1.BaroService_API.GetCorpMemberContactsRequest request) {
return base.Channel.GetCorpMemberContacts(request);
}
public WindowsFormsApp1.BaroService_API.Contact[] GetCorpMemberContacts(string CERTKEY, string CorpNum, string CheckCorpNum) {
WindowsFormsApp1.BaroService_API.GetCorpMemberContactsRequest inValue = new WindowsFormsApp1.BaroService_API.GetCorpMemberContactsRequest();
inValue.Body = new WindowsFormsApp1.BaroService_API.GetCorpMemberContactsRequestBody();
inValue.Body.CERTKEY = CERTKEY;
inValue.Body.CorpNum = CorpNum;
inValue.Body.CheckCorpNum = CheckCorpNum;
WindowsFormsApp1.BaroService_API.GetCorpMemberContactsResponse retVal = ((WindowsFormsApp1.BaroService_API.BaroService_FAXSoap)(this)).GetCorpMemberContacts(inValue);
return retVal.Body.GetCorpMemberContactsResult;
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
System.Threading.Tasks.Task WindowsFormsApp1.BaroService_API.BaroService_FAXSoap.GetCorpMemberContactsAsync(WindowsFormsApp1.BaroService_API.GetCorpMemberContactsRequest request) {
return base.Channel.GetCorpMemberContactsAsync(request);
}
public System.Threading.Tasks.Task GetCorpMemberContactsAsync(string CERTKEY, string CorpNum, string CheckCorpNum) {
WindowsFormsApp1.BaroService_API.GetCorpMemberContactsRequest inValue = new WindowsFormsApp1.BaroService_API.GetCorpMemberContactsRequest();
inValue.Body = new WindowsFormsApp1.BaroService_API.GetCorpMemberContactsRequestBody();
inValue.Body.CERTKEY = CERTKEY;
inValue.Body.CorpNum = CorpNum;
inValue.Body.CheckCorpNum = CheckCorpNum;
return ((WindowsFormsApp1.BaroService_API.BaroService_FAXSoap)(this)).GetCorpMemberContactsAsync(inValue);
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
WindowsFormsApp1.BaroService_API.GetBalanceCostAmountResponse WindowsFormsApp1.BaroService_API.BaroService_FAXSoap.GetBalanceCostAmount(WindowsFormsApp1.BaroService_API.GetBalanceCostAmountRequest request) {
return base.Channel.GetBalanceCostAmount(request);
}
public long GetBalanceCostAmount(string CERTKEY, string CorpNum) {
WindowsFormsApp1.BaroService_API.GetBalanceCostAmountRequest inValue = new WindowsFormsApp1.BaroService_API.GetBalanceCostAmountRequest();
inValue.Body = new WindowsFormsApp1.BaroService_API.GetBalanceCostAmountRequestBody();
inValue.Body.CERTKEY = CERTKEY;
inValue.Body.CorpNum = CorpNum;
WindowsFormsApp1.BaroService_API.GetBalanceCostAmountResponse retVal = ((WindowsFormsApp1.BaroService_API.BaroService_FAXSoap)(this)).GetBalanceCostAmount(inValue);
return retVal.Body.GetBalanceCostAmountResult;
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
System.Threading.Tasks.Task WindowsFormsApp1.BaroService_API.BaroService_FAXSoap.GetBalanceCostAmountAsync(WindowsFormsApp1.BaroService_API.GetBalanceCostAmountRequest request) {
return base.Channel.GetBalanceCostAmountAsync(request);
}
public System.Threading.Tasks.Task GetBalanceCostAmountAsync(string CERTKEY, string CorpNum) {
WindowsFormsApp1.BaroService_API.GetBalanceCostAmountRequest inValue = new WindowsFormsApp1.BaroService_API.GetBalanceCostAmountRequest();
inValue.Body = new WindowsFormsApp1.BaroService_API.GetBalanceCostAmountRequestBody();
inValue.Body.CERTKEY = CERTKEY;
inValue.Body.CorpNum = CorpNum;
return ((WindowsFormsApp1.BaroService_API.BaroService_FAXSoap)(this)).GetBalanceCostAmountAsync(inValue);
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
WindowsFormsApp1.BaroService_API.GetBalanceCostAmountOfInterOPResponse WindowsFormsApp1.BaroService_API.BaroService_FAXSoap.GetBalanceCostAmountOfInterOP(WindowsFormsApp1.BaroService_API.GetBalanceCostAmountOfInterOPRequest request) {
return base.Channel.GetBalanceCostAmountOfInterOP(request);
}
public long GetBalanceCostAmountOfInterOP(string CERTKEY) {
WindowsFormsApp1.BaroService_API.GetBalanceCostAmountOfInterOPRequest inValue = new WindowsFormsApp1.BaroService_API.GetBalanceCostAmountOfInterOPRequest();
inValue.Body = new WindowsFormsApp1.BaroService_API.GetBalanceCostAmountOfInterOPRequestBody();
inValue.Body.CERTKEY = CERTKEY;
WindowsFormsApp1.BaroService_API.GetBalanceCostAmountOfInterOPResponse retVal = ((WindowsFormsApp1.BaroService_API.BaroService_FAXSoap)(this)).GetBalanceCostAmountOfInterOP(inValue);
return retVal.Body.GetBalanceCostAmountOfInterOPResult;
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
System.Threading.Tasks.Task WindowsFormsApp1.BaroService_API.BaroService_FAXSoap.GetBalanceCostAmountOfInterOPAsync(WindowsFormsApp1.BaroService_API.GetBalanceCostAmountOfInterOPRequest request) {
return base.Channel.GetBalanceCostAmountOfInterOPAsync(request);
}
public System.Threading.Tasks.Task GetBalanceCostAmountOfInterOPAsync(string CERTKEY) {
WindowsFormsApp1.BaroService_API.GetBalanceCostAmountOfInterOPRequest inValue = new WindowsFormsApp1.BaroService_API.GetBalanceCostAmountOfInterOPRequest();
inValue.Body = new WindowsFormsApp1.BaroService_API.GetBalanceCostAmountOfInterOPRequestBody();
inValue.Body.CERTKEY = CERTKEY;
return ((WindowsFormsApp1.BaroService_API.BaroService_FAXSoap)(this)).GetBalanceCostAmountOfInterOPAsync(inValue);
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
WindowsFormsApp1.BaroService_API.CheckChargeableResponse WindowsFormsApp1.BaroService_API.BaroService_FAXSoap.CheckChargeable(WindowsFormsApp1.BaroService_API.CheckChargeableRequest request) {
return base.Channel.CheckChargeable(request);
}
public int CheckChargeable(string CERTKEY, string CorpNum, int CType, int DocType) {
WindowsFormsApp1.BaroService_API.CheckChargeableRequest inValue = new WindowsFormsApp1.BaroService_API.CheckChargeableRequest();
inValue.Body = new WindowsFormsApp1.BaroService_API.CheckChargeableRequestBody();
inValue.Body.CERTKEY = CERTKEY;
inValue.Body.CorpNum = CorpNum;
inValue.Body.CType = CType;
inValue.Body.DocType = DocType;
WindowsFormsApp1.BaroService_API.CheckChargeableResponse retVal = ((WindowsFormsApp1.BaroService_API.BaroService_FAXSoap)(this)).CheckChargeable(inValue);
return retVal.Body.CheckChargeableResult;
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
System.Threading.Tasks.Task WindowsFormsApp1.BaroService_API.BaroService_FAXSoap.CheckChargeableAsync(WindowsFormsApp1.BaroService_API.CheckChargeableRequest request) {
return base.Channel.CheckChargeableAsync(request);
}
public System.Threading.Tasks.Task CheckChargeableAsync(string CERTKEY, string CorpNum, int CType, int DocType) {
WindowsFormsApp1.BaroService_API.CheckChargeableRequest inValue = new WindowsFormsApp1.BaroService_API.CheckChargeableRequest();
inValue.Body = new WindowsFormsApp1.BaroService_API.CheckChargeableRequestBody();
inValue.Body.CERTKEY = CERTKEY;
inValue.Body.CorpNum = CorpNum;
inValue.Body.CType = CType;
inValue.Body.DocType = DocType;
return ((WindowsFormsApp1.BaroService_API.BaroService_FAXSoap)(this)).CheckChargeableAsync(inValue);
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
WindowsFormsApp1.BaroService_API.GetChargeUnitCostResponse WindowsFormsApp1.BaroService_API.BaroService_FAXSoap.GetChargeUnitCost(WindowsFormsApp1.BaroService_API.GetChargeUnitCostRequest request) {
return base.Channel.GetChargeUnitCost(request);
}
public int GetChargeUnitCost(string CERTKEY, string CorpNum, int ChargeCode) {
WindowsFormsApp1.BaroService_API.GetChargeUnitCostRequest inValue = new WindowsFormsApp1.BaroService_API.GetChargeUnitCostRequest();
inValue.Body = new WindowsFormsApp1.BaroService_API.GetChargeUnitCostRequestBody();
inValue.Body.CERTKEY = CERTKEY;
inValue.Body.CorpNum = CorpNum;
inValue.Body.ChargeCode = ChargeCode;
WindowsFormsApp1.BaroService_API.GetChargeUnitCostResponse retVal = ((WindowsFormsApp1.BaroService_API.BaroService_FAXSoap)(this)).GetChargeUnitCost(inValue);
return retVal.Body.GetChargeUnitCostResult;
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
System.Threading.Tasks.Task WindowsFormsApp1.BaroService_API.BaroService_FAXSoap.GetChargeUnitCostAsync(WindowsFormsApp1.BaroService_API.GetChargeUnitCostRequest request) {
return base.Channel.GetChargeUnitCostAsync(request);
}
public System.Threading.Tasks.Task GetChargeUnitCostAsync(string CERTKEY, string CorpNum, int ChargeCode) {
WindowsFormsApp1.BaroService_API.GetChargeUnitCostRequest inValue = new WindowsFormsApp1.BaroService_API.GetChargeUnitCostRequest();
inValue.Body = new WindowsFormsApp1.BaroService_API.GetChargeUnitCostRequestBody();
inValue.Body.CERTKEY = CERTKEY;
inValue.Body.CorpNum = CorpNum;
inValue.Body.ChargeCode = ChargeCode;
return ((WindowsFormsApp1.BaroService_API.BaroService_FAXSoap)(this)).GetChargeUnitCostAsync(inValue);
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
WindowsFormsApp1.BaroService_API.GetCertificateRegistDateResponse WindowsFormsApp1.BaroService_API.BaroService_FAXSoap.GetCertificateRegistDate(WindowsFormsApp1.BaroService_API.GetCertificateRegistDateRequest request) {
return base.Channel.GetCertificateRegistDate(request);
}
public string GetCertificateRegistDate(string CERTKEY, string CorpNum) {
WindowsFormsApp1.BaroService_API.GetCertificateRegistDateRequest inValue = new WindowsFormsApp1.BaroService_API.GetCertificateRegistDateRequest();
inValue.Body = new WindowsFormsApp1.BaroService_API.GetCertificateRegistDateRequestBody();
inValue.Body.CERTKEY = CERTKEY;
inValue.Body.CorpNum = CorpNum;
WindowsFormsApp1.BaroService_API.GetCertificateRegistDateResponse retVal = ((WindowsFormsApp1.BaroService_API.BaroService_FAXSoap)(this)).GetCertificateRegistDate(inValue);
return retVal.Body.GetCertificateRegistDateResult;
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
System.Threading.Tasks.Task WindowsFormsApp1.BaroService_API.BaroService_FAXSoap.GetCertificateRegistDateAsync(WindowsFormsApp1.BaroService_API.GetCertificateRegistDateRequest request) {
return base.Channel.GetCertificateRegistDateAsync(request);
}
public System.Threading.Tasks.Task GetCertificateRegistDateAsync(string CERTKEY, string CorpNum) {
WindowsFormsApp1.BaroService_API.GetCertificateRegistDateRequest inValue = new WindowsFormsApp1.BaroService_API.GetCertificateRegistDateRequest();
inValue.Body = new WindowsFormsApp1.BaroService_API.GetCertificateRegistDateRequestBody();
inValue.Body.CERTKEY = CERTKEY;
inValue.Body.CorpNum = CorpNum;
return ((WindowsFormsApp1.BaroService_API.BaroService_FAXSoap)(this)).GetCertificateRegistDateAsync(inValue);
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
WindowsFormsApp1.BaroService_API.GetCertificateExpireDateResponse WindowsFormsApp1.BaroService_API.BaroService_FAXSoap.GetCertificateExpireDate(WindowsFormsApp1.BaroService_API.GetCertificateExpireDateRequest request) {
return base.Channel.GetCertificateExpireDate(request);
}
public string GetCertificateExpireDate(string CERTKEY, string CorpNum) {
WindowsFormsApp1.BaroService_API.GetCertificateExpireDateRequest inValue = new WindowsFormsApp1.BaroService_API.GetCertificateExpireDateRequest();
inValue.Body = new WindowsFormsApp1.BaroService_API.GetCertificateExpireDateRequestBody();
inValue.Body.CERTKEY = CERTKEY;
inValue.Body.CorpNum = CorpNum;
WindowsFormsApp1.BaroService_API.GetCertificateExpireDateResponse retVal = ((WindowsFormsApp1.BaroService_API.BaroService_FAXSoap)(this)).GetCertificateExpireDate(inValue);
return retVal.Body.GetCertificateExpireDateResult;
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
System.Threading.Tasks.Task WindowsFormsApp1.BaroService_API.BaroService_FAXSoap.GetCertificateExpireDateAsync(WindowsFormsApp1.BaroService_API.GetCertificateExpireDateRequest request) {
return base.Channel.GetCertificateExpireDateAsync(request);
}
public System.Threading.Tasks.Task GetCertificateExpireDateAsync(string CERTKEY, string CorpNum) {
WindowsFormsApp1.BaroService_API.GetCertificateExpireDateRequest inValue = new WindowsFormsApp1.BaroService_API.GetCertificateExpireDateRequest();
inValue.Body = new WindowsFormsApp1.BaroService_API.GetCertificateExpireDateRequestBody();
inValue.Body.CERTKEY = CERTKEY;
inValue.Body.CorpNum = CorpNum;
return ((WindowsFormsApp1.BaroService_API.BaroService_FAXSoap)(this)).GetCertificateExpireDateAsync(inValue);
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
WindowsFormsApp1.BaroService_API.CheckCERTIsValidResponse WindowsFormsApp1.BaroService_API.BaroService_FAXSoap.CheckCERTIsValid(WindowsFormsApp1.BaroService_API.CheckCERTIsValidRequest request) {
return base.Channel.CheckCERTIsValid(request);
}
public int CheckCERTIsValid(string CERTKEY, string CorpNum) {
WindowsFormsApp1.BaroService_API.CheckCERTIsValidRequest inValue = new WindowsFormsApp1.BaroService_API.CheckCERTIsValidRequest();
inValue.Body = new WindowsFormsApp1.BaroService_API.CheckCERTIsValidRequestBody();
inValue.Body.CERTKEY = CERTKEY;
inValue.Body.CorpNum = CorpNum;
WindowsFormsApp1.BaroService_API.CheckCERTIsValidResponse retVal = ((WindowsFormsApp1.BaroService_API.BaroService_FAXSoap)(this)).CheckCERTIsValid(inValue);
return retVal.Body.CheckCERTIsValidResult;
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
System.Threading.Tasks.Task WindowsFormsApp1.BaroService_API.BaroService_FAXSoap.CheckCERTIsValidAsync(WindowsFormsApp1.BaroService_API.CheckCERTIsValidRequest request) {
return base.Channel.CheckCERTIsValidAsync(request);
}
public System.Threading.Tasks.Task CheckCERTIsValidAsync(string CERTKEY, string CorpNum) {
WindowsFormsApp1.BaroService_API.CheckCERTIsValidRequest inValue = new WindowsFormsApp1.BaroService_API.CheckCERTIsValidRequest();
inValue.Body = new WindowsFormsApp1.BaroService_API.CheckCERTIsValidRequestBody();
inValue.Body.CERTKEY = CERTKEY;
inValue.Body.CorpNum = CorpNum;
return ((WindowsFormsApp1.BaroService_API.BaroService_FAXSoap)(this)).CheckCERTIsValidAsync(inValue);
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
WindowsFormsApp1.BaroService_API.GetCertificateRegistURLResponse WindowsFormsApp1.BaroService_API.BaroService_FAXSoap.GetCertificateRegistURL(WindowsFormsApp1.BaroService_API.GetCertificateRegistURLRequest request) {
return base.Channel.GetCertificateRegistURL(request);
}
public string GetCertificateRegistURL(string CERTKEY, string CorpNum, string ID, string PWD) {
WindowsFormsApp1.BaroService_API.GetCertificateRegistURLRequest inValue = new WindowsFormsApp1.BaroService_API.GetCertificateRegistURLRequest();
inValue.Body = new WindowsFormsApp1.BaroService_API.GetCertificateRegistURLRequestBody();
inValue.Body.CERTKEY = CERTKEY;
inValue.Body.CorpNum = CorpNum;
inValue.Body.ID = ID;
inValue.Body.PWD = PWD;
WindowsFormsApp1.BaroService_API.GetCertificateRegistURLResponse retVal = ((WindowsFormsApp1.BaroService_API.BaroService_FAXSoap)(this)).GetCertificateRegistURL(inValue);
return retVal.Body.GetCertificateRegistURLResult;
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
System.Threading.Tasks.Task WindowsFormsApp1.BaroService_API.BaroService_FAXSoap.GetCertificateRegistURLAsync(WindowsFormsApp1.BaroService_API.GetCertificateRegistURLRequest request) {
return base.Channel.GetCertificateRegistURLAsync(request);
}
public System.Threading.Tasks.Task GetCertificateRegistURLAsync(string CERTKEY, string CorpNum, string ID, string PWD) {
WindowsFormsApp1.BaroService_API.GetCertificateRegistURLRequest inValue = new WindowsFormsApp1.BaroService_API.GetCertificateRegistURLRequest();
inValue.Body = new WindowsFormsApp1.BaroService_API.GetCertificateRegistURLRequestBody();
inValue.Body.CERTKEY = CERTKEY;
inValue.Body.CorpNum = CorpNum;
inValue.Body.ID = ID;
inValue.Body.PWD = PWD;
return ((WindowsFormsApp1.BaroService_API.BaroService_FAXSoap)(this)).GetCertificateRegistURLAsync(inValue);
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
WindowsFormsApp1.BaroService_API.GetBaroBillURLResponse WindowsFormsApp1.BaroService_API.BaroService_FAXSoap.GetBaroBillURL(WindowsFormsApp1.BaroService_API.GetBaroBillURLRequest request) {
return base.Channel.GetBaroBillURL(request);
}
public string GetBaroBillURL(string CERTKEY, string CorpNum, string ID, string PWD, string TOGO) {
WindowsFormsApp1.BaroService_API.GetBaroBillURLRequest inValue = new WindowsFormsApp1.BaroService_API.GetBaroBillURLRequest();
inValue.Body = new WindowsFormsApp1.BaroService_API.GetBaroBillURLRequestBody();
inValue.Body.CERTKEY = CERTKEY;
inValue.Body.CorpNum = CorpNum;
inValue.Body.ID = ID;
inValue.Body.PWD = PWD;
inValue.Body.TOGO = TOGO;
WindowsFormsApp1.BaroService_API.GetBaroBillURLResponse retVal = ((WindowsFormsApp1.BaroService_API.BaroService_FAXSoap)(this)).GetBaroBillURL(inValue);
return retVal.Body.GetBaroBillURLResult;
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
System.Threading.Tasks.Task WindowsFormsApp1.BaroService_API.BaroService_FAXSoap.GetBaroBillURLAsync(WindowsFormsApp1.BaroService_API.GetBaroBillURLRequest request) {
return base.Channel.GetBaroBillURLAsync(request);
}
public System.Threading.Tasks.Task GetBaroBillURLAsync(string CERTKEY, string CorpNum, string ID, string PWD, string TOGO) {
WindowsFormsApp1.BaroService_API.GetBaroBillURLRequest inValue = new WindowsFormsApp1.BaroService_API.GetBaroBillURLRequest();
inValue.Body = new WindowsFormsApp1.BaroService_API.GetBaroBillURLRequestBody();
inValue.Body.CERTKEY = CERTKEY;
inValue.Body.CorpNum = CorpNum;
inValue.Body.ID = ID;
inValue.Body.PWD = PWD;
inValue.Body.TOGO = TOGO;
return ((WindowsFormsApp1.BaroService_API.BaroService_FAXSoap)(this)).GetBaroBillURLAsync(inValue);
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
WindowsFormsApp1.BaroService_API.GetLoginURLResponse WindowsFormsApp1.BaroService_API.BaroService_FAXSoap.GetLoginURL(WindowsFormsApp1.BaroService_API.GetLoginURLRequest request) {
return base.Channel.GetLoginURL(request);
}
public string GetLoginURL(string CERTKEY, string CorpNum, string ID, string PWD) {
WindowsFormsApp1.BaroService_API.GetLoginURLRequest inValue = new WindowsFormsApp1.BaroService_API.GetLoginURLRequest();
inValue.Body = new WindowsFormsApp1.BaroService_API.GetLoginURLRequestBody();
inValue.Body.CERTKEY = CERTKEY;
inValue.Body.CorpNum = CorpNum;
inValue.Body.ID = ID;
inValue.Body.PWD = PWD;
WindowsFormsApp1.BaroService_API.GetLoginURLResponse retVal = ((WindowsFormsApp1.BaroService_API.BaroService_FAXSoap)(this)).GetLoginURL(inValue);
return retVal.Body.GetLoginURLResult;
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
System.Threading.Tasks.Task WindowsFormsApp1.BaroService_API.BaroService_FAXSoap.GetLoginURLAsync(WindowsFormsApp1.BaroService_API.GetLoginURLRequest request) {
return base.Channel.GetLoginURLAsync(request);
}
public System.Threading.Tasks.Task GetLoginURLAsync(string CERTKEY, string CorpNum, string ID, string PWD) {
WindowsFormsApp1.BaroService_API.GetLoginURLRequest inValue = new WindowsFormsApp1.BaroService_API.GetLoginURLRequest();
inValue.Body = new WindowsFormsApp1.BaroService_API.GetLoginURLRequestBody();
inValue.Body.CERTKEY = CERTKEY;
inValue.Body.CorpNum = CorpNum;
inValue.Body.ID = ID;
inValue.Body.PWD = PWD;
return ((WindowsFormsApp1.BaroService_API.BaroService_FAXSoap)(this)).GetLoginURLAsync(inValue);
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
WindowsFormsApp1.BaroService_API.GetCashChargeURLResponse WindowsFormsApp1.BaroService_API.BaroService_FAXSoap.GetCashChargeURL(WindowsFormsApp1.BaroService_API.GetCashChargeURLRequest request) {
return base.Channel.GetCashChargeURL(request);
}
public string GetCashChargeURL(string CERTKEY, string CorpNum, string ID, string PWD) {
WindowsFormsApp1.BaroService_API.GetCashChargeURLRequest inValue = new WindowsFormsApp1.BaroService_API.GetCashChargeURLRequest();
inValue.Body = new WindowsFormsApp1.BaroService_API.GetCashChargeURLRequestBody();
inValue.Body.CERTKEY = CERTKEY;
inValue.Body.CorpNum = CorpNum;
inValue.Body.ID = ID;
inValue.Body.PWD = PWD;
WindowsFormsApp1.BaroService_API.GetCashChargeURLResponse retVal = ((WindowsFormsApp1.BaroService_API.BaroService_FAXSoap)(this)).GetCashChargeURL(inValue);
return retVal.Body.GetCashChargeURLResult;
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
System.Threading.Tasks.Task WindowsFormsApp1.BaroService_API.BaroService_FAXSoap.GetCashChargeURLAsync(WindowsFormsApp1.BaroService_API.GetCashChargeURLRequest request) {
return base.Channel.GetCashChargeURLAsync(request);
}
public System.Threading.Tasks.Task GetCashChargeURLAsync(string CERTKEY, string CorpNum, string ID, string PWD) {
WindowsFormsApp1.BaroService_API.GetCashChargeURLRequest inValue = new WindowsFormsApp1.BaroService_API.GetCashChargeURLRequest();
inValue.Body = new WindowsFormsApp1.BaroService_API.GetCashChargeURLRequestBody();
inValue.Body.CERTKEY = CERTKEY;
inValue.Body.CorpNum = CorpNum;
inValue.Body.ID = ID;
inValue.Body.PWD = PWD;
return ((WindowsFormsApp1.BaroService_API.BaroService_FAXSoap)(this)).GetCashChargeURLAsync(inValue);
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
WindowsFormsApp1.BaroService_API.RegistSMSFromNumberResponse WindowsFormsApp1.BaroService_API.BaroService_FAXSoap.RegistSMSFromNumber(WindowsFormsApp1.BaroService_API.RegistSMSFromNumberRequest request) {
return base.Channel.RegistSMSFromNumber(request);
}
public int RegistSMSFromNumber(string CERTKEY, string CorpNum, string FromNumber) {
WindowsFormsApp1.BaroService_API.RegistSMSFromNumberRequest inValue = new WindowsFormsApp1.BaroService_API.RegistSMSFromNumberRequest();
inValue.Body = new WindowsFormsApp1.BaroService_API.RegistSMSFromNumberRequestBody();
inValue.Body.CERTKEY = CERTKEY;
inValue.Body.CorpNum = CorpNum;
inValue.Body.FromNumber = FromNumber;
WindowsFormsApp1.BaroService_API.RegistSMSFromNumberResponse retVal = ((WindowsFormsApp1.BaroService_API.BaroService_FAXSoap)(this)).RegistSMSFromNumber(inValue);
return retVal.Body.RegistSMSFromNumberResult;
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
System.Threading.Tasks.Task WindowsFormsApp1.BaroService_API.BaroService_FAXSoap.RegistSMSFromNumberAsync(WindowsFormsApp1.BaroService_API.RegistSMSFromNumberRequest request) {
return base.Channel.RegistSMSFromNumberAsync(request);
}
public System.Threading.Tasks.Task RegistSMSFromNumberAsync(string CERTKEY, string CorpNum, string FromNumber) {
WindowsFormsApp1.BaroService_API.RegistSMSFromNumberRequest inValue = new WindowsFormsApp1.BaroService_API.RegistSMSFromNumberRequest();
inValue.Body = new WindowsFormsApp1.BaroService_API.RegistSMSFromNumberRequestBody();
inValue.Body.CERTKEY = CERTKEY;
inValue.Body.CorpNum = CorpNum;
inValue.Body.FromNumber = FromNumber;
return ((WindowsFormsApp1.BaroService_API.BaroService_FAXSoap)(this)).RegistSMSFromNumberAsync(inValue);
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
WindowsFormsApp1.BaroService_API.CheckSMSFromNumberResponse WindowsFormsApp1.BaroService_API.BaroService_FAXSoap.CheckSMSFromNumber(WindowsFormsApp1.BaroService_API.CheckSMSFromNumberRequest request) {
return base.Channel.CheckSMSFromNumber(request);
}
public int CheckSMSFromNumber(string CERTKEY, string CorpNum, string FromNumber) {
WindowsFormsApp1.BaroService_API.CheckSMSFromNumberRequest inValue = new WindowsFormsApp1.BaroService_API.CheckSMSFromNumberRequest();
inValue.Body = new WindowsFormsApp1.BaroService_API.CheckSMSFromNumberRequestBody();
inValue.Body.CERTKEY = CERTKEY;
inValue.Body.CorpNum = CorpNum;
inValue.Body.FromNumber = FromNumber;
WindowsFormsApp1.BaroService_API.CheckSMSFromNumberResponse retVal = ((WindowsFormsApp1.BaroService_API.BaroService_FAXSoap)(this)).CheckSMSFromNumber(inValue);
return retVal.Body.CheckSMSFromNumberResult;
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
System.Threading.Tasks.Task WindowsFormsApp1.BaroService_API.BaroService_FAXSoap.CheckSMSFromNumberAsync(WindowsFormsApp1.BaroService_API.CheckSMSFromNumberRequest request) {
return base.Channel.CheckSMSFromNumberAsync(request);
}
public System.Threading.Tasks.Task CheckSMSFromNumberAsync(string CERTKEY, string CorpNum, string FromNumber) {
WindowsFormsApp1.BaroService_API.CheckSMSFromNumberRequest inValue = new WindowsFormsApp1.BaroService_API.CheckSMSFromNumberRequest();
inValue.Body = new WindowsFormsApp1.BaroService_API.CheckSMSFromNumberRequestBody();
inValue.Body.CERTKEY = CERTKEY;
inValue.Body.CorpNum = CorpNum;
inValue.Body.FromNumber = FromNumber;
return ((WindowsFormsApp1.BaroService_API.BaroService_FAXSoap)(this)).CheckSMSFromNumberAsync(inValue);
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
WindowsFormsApp1.BaroService_API.GetSMSFromNumbersResponse WindowsFormsApp1.BaroService_API.BaroService_FAXSoap.GetSMSFromNumbers(WindowsFormsApp1.BaroService_API.GetSMSFromNumbersRequest request) {
return base.Channel.GetSMSFromNumbers(request);
}
public WindowsFormsApp1.BaroService_API.FromNumber[] GetSMSFromNumbers(string CERTKEY, string CorpNum) {
WindowsFormsApp1.BaroService_API.GetSMSFromNumbersRequest inValue = new WindowsFormsApp1.BaroService_API.GetSMSFromNumbersRequest();
inValue.Body = new WindowsFormsApp1.BaroService_API.GetSMSFromNumbersRequestBody();
inValue.Body.CERTKEY = CERTKEY;
inValue.Body.CorpNum = CorpNum;
WindowsFormsApp1.BaroService_API.GetSMSFromNumbersResponse retVal = ((WindowsFormsApp1.BaroService_API.BaroService_FAXSoap)(this)).GetSMSFromNumbers(inValue);
return retVal.Body.GetSMSFromNumbersResult;
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
System.Threading.Tasks.Task WindowsFormsApp1.BaroService_API.BaroService_FAXSoap.GetSMSFromNumbersAsync(WindowsFormsApp1.BaroService_API.GetSMSFromNumbersRequest request) {
return base.Channel.GetSMSFromNumbersAsync(request);
}
public System.Threading.Tasks.Task GetSMSFromNumbersAsync(string CERTKEY, string CorpNum) {
WindowsFormsApp1.BaroService_API.GetSMSFromNumbersRequest inValue = new WindowsFormsApp1.BaroService_API.GetSMSFromNumbersRequest();
inValue.Body = new WindowsFormsApp1.BaroService_API.GetSMSFromNumbersRequestBody();
inValue.Body.CERTKEY = CERTKEY;
inValue.Body.CorpNum = CorpNum;
return ((WindowsFormsApp1.BaroService_API.BaroService_FAXSoap)(this)).GetSMSFromNumbersAsync(inValue);
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
WindowsFormsApp1.BaroService_API.GetSMSFromNumberURLResponse WindowsFormsApp1.BaroService_API.BaroService_FAXSoap.GetSMSFromNumberURL(WindowsFormsApp1.BaroService_API.GetSMSFromNumberURLRequest request) {
return base.Channel.GetSMSFromNumberURL(request);
}
public string GetSMSFromNumberURL(string CERTKEY, string CorpNum, string ID, string PWD) {
WindowsFormsApp1.BaroService_API.GetSMSFromNumberURLRequest inValue = new WindowsFormsApp1.BaroService_API.GetSMSFromNumberURLRequest();
inValue.Body = new WindowsFormsApp1.BaroService_API.GetSMSFromNumberURLRequestBody();
inValue.Body.CERTKEY = CERTKEY;
inValue.Body.CorpNum = CorpNum;
inValue.Body.ID = ID;
inValue.Body.PWD = PWD;
WindowsFormsApp1.BaroService_API.GetSMSFromNumberURLResponse retVal = ((WindowsFormsApp1.BaroService_API.BaroService_FAXSoap)(this)).GetSMSFromNumberURL(inValue);
return retVal.Body.GetSMSFromNumberURLResult;
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
System.Threading.Tasks.Task WindowsFormsApp1.BaroService_API.BaroService_FAXSoap.GetSMSFromNumberURLAsync(WindowsFormsApp1.BaroService_API.GetSMSFromNumberURLRequest request) {
return base.Channel.GetSMSFromNumberURLAsync(request);
}
public System.Threading.Tasks.Task GetSMSFromNumberURLAsync(string CERTKEY, string CorpNum, string ID, string PWD) {
WindowsFormsApp1.BaroService_API.GetSMSFromNumberURLRequest inValue = new WindowsFormsApp1.BaroService_API.GetSMSFromNumberURLRequest();
inValue.Body = new WindowsFormsApp1.BaroService_API.GetSMSFromNumberURLRequestBody();
inValue.Body.CERTKEY = CERTKEY;
inValue.Body.CorpNum = CorpNum;
inValue.Body.ID = ID;
inValue.Body.PWD = PWD;
return ((WindowsFormsApp1.BaroService_API.BaroService_FAXSoap)(this)).GetSMSFromNumberURLAsync(inValue);
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
WindowsFormsApp1.BaroService_API.CheckFaxFromNumberResponse WindowsFormsApp1.BaroService_API.BaroService_FAXSoap.CheckFaxFromNumber(WindowsFormsApp1.BaroService_API.CheckFaxFromNumberRequest request) {
return base.Channel.CheckFaxFromNumber(request);
}
public int CheckFaxFromNumber(string CERTKEY, string CorpNum, string FromNumber) {
WindowsFormsApp1.BaroService_API.CheckFaxFromNumberRequest inValue = new WindowsFormsApp1.BaroService_API.CheckFaxFromNumberRequest();
inValue.Body = new WindowsFormsApp1.BaroService_API.CheckFaxFromNumberRequestBody();
inValue.Body.CERTKEY = CERTKEY;
inValue.Body.CorpNum = CorpNum;
inValue.Body.FromNumber = FromNumber;
WindowsFormsApp1.BaroService_API.CheckFaxFromNumberResponse retVal = ((WindowsFormsApp1.BaroService_API.BaroService_FAXSoap)(this)).CheckFaxFromNumber(inValue);
return retVal.Body.CheckFaxFromNumberResult;
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
System.Threading.Tasks.Task WindowsFormsApp1.BaroService_API.BaroService_FAXSoap.CheckFaxFromNumberAsync(WindowsFormsApp1.BaroService_API.CheckFaxFromNumberRequest request) {
return base.Channel.CheckFaxFromNumberAsync(request);
}
public System.Threading.Tasks.Task CheckFaxFromNumberAsync(string CERTKEY, string CorpNum, string FromNumber) {
WindowsFormsApp1.BaroService_API.CheckFaxFromNumberRequest inValue = new WindowsFormsApp1.BaroService_API.CheckFaxFromNumberRequest();
inValue.Body = new WindowsFormsApp1.BaroService_API.CheckFaxFromNumberRequestBody();
inValue.Body.CERTKEY = CERTKEY;
inValue.Body.CorpNum = CorpNum;
inValue.Body.FromNumber = FromNumber;
return ((WindowsFormsApp1.BaroService_API.BaroService_FAXSoap)(this)).CheckFaxFromNumberAsync(inValue);
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
WindowsFormsApp1.BaroService_API.GetFaxFromNumbersResponse WindowsFormsApp1.BaroService_API.BaroService_FAXSoap.GetFaxFromNumbers(WindowsFormsApp1.BaroService_API.GetFaxFromNumbersRequest request) {
return base.Channel.GetFaxFromNumbers(request);
}
public WindowsFormsApp1.BaroService_API.FromNumber[] GetFaxFromNumbers(string CERTKEY, string CorpNum) {
WindowsFormsApp1.BaroService_API.GetFaxFromNumbersRequest inValue = new WindowsFormsApp1.BaroService_API.GetFaxFromNumbersRequest();
inValue.Body = new WindowsFormsApp1.BaroService_API.GetFaxFromNumbersRequestBody();
inValue.Body.CERTKEY = CERTKEY;
inValue.Body.CorpNum = CorpNum;
WindowsFormsApp1.BaroService_API.GetFaxFromNumbersResponse retVal = ((WindowsFormsApp1.BaroService_API.BaroService_FAXSoap)(this)).GetFaxFromNumbers(inValue);
return retVal.Body.GetFaxFromNumbersResult;
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
System.Threading.Tasks.Task WindowsFormsApp1.BaroService_API.BaroService_FAXSoap.GetFaxFromNumbersAsync(WindowsFormsApp1.BaroService_API.GetFaxFromNumbersRequest request) {
return base.Channel.GetFaxFromNumbersAsync(request);
}
public System.Threading.Tasks.Task GetFaxFromNumbersAsync(string CERTKEY, string CorpNum) {
WindowsFormsApp1.BaroService_API.GetFaxFromNumbersRequest inValue = new WindowsFormsApp1.BaroService_API.GetFaxFromNumbersRequest();
inValue.Body = new WindowsFormsApp1.BaroService_API.GetFaxFromNumbersRequestBody();
inValue.Body.CERTKEY = CERTKEY;
inValue.Body.CorpNum = CorpNum;
return ((WindowsFormsApp1.BaroService_API.BaroService_FAXSoap)(this)).GetFaxFromNumbersAsync(inValue);
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
WindowsFormsApp1.BaroService_API.GetFaxFromNumberURLResponse WindowsFormsApp1.BaroService_API.BaroService_FAXSoap.GetFaxFromNumberURL(WindowsFormsApp1.BaroService_API.GetFaxFromNumberURLRequest request) {
return base.Channel.GetFaxFromNumberURL(request);
}
public string GetFaxFromNumberURL(string CERTKEY, string CorpNum, string ID, string PWD) {
WindowsFormsApp1.BaroService_API.GetFaxFromNumberURLRequest inValue = new WindowsFormsApp1.BaroService_API.GetFaxFromNumberURLRequest();
inValue.Body = new WindowsFormsApp1.BaroService_API.GetFaxFromNumberURLRequestBody();
inValue.Body.CERTKEY = CERTKEY;
inValue.Body.CorpNum = CorpNum;
inValue.Body.ID = ID;
inValue.Body.PWD = PWD;
WindowsFormsApp1.BaroService_API.GetFaxFromNumberURLResponse retVal = ((WindowsFormsApp1.BaroService_API.BaroService_FAXSoap)(this)).GetFaxFromNumberURL(inValue);
return retVal.Body.GetFaxFromNumberURLResult;
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
System.Threading.Tasks.Task WindowsFormsApp1.BaroService_API.BaroService_FAXSoap.GetFaxFromNumberURLAsync(WindowsFormsApp1.BaroService_API.GetFaxFromNumberURLRequest request) {
return base.Channel.GetFaxFromNumberURLAsync(request);
}
public System.Threading.Tasks.Task GetFaxFromNumberURLAsync(string CERTKEY, string CorpNum, string ID, string PWD) {
WindowsFormsApp1.BaroService_API.GetFaxFromNumberURLRequest inValue = new WindowsFormsApp1.BaroService_API.GetFaxFromNumberURLRequest();
inValue.Body = new WindowsFormsApp1.BaroService_API.GetFaxFromNumberURLRequestBody();
inValue.Body.CERTKEY = CERTKEY;
inValue.Body.CorpNum = CorpNum;
inValue.Body.ID = ID;
inValue.Body.PWD = PWD;
return ((WindowsFormsApp1.BaroService_API.BaroService_FAXSoap)(this)).GetFaxFromNumberURLAsync(inValue);
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
WindowsFormsApp1.BaroService_API.GetErrStringResponse WindowsFormsApp1.BaroService_API.BaroService_FAXSoap.GetErrString(WindowsFormsApp1.BaroService_API.GetErrStringRequest request) {
return base.Channel.GetErrString(request);
}
public string GetErrString(string CERTKEY, int ErrCode) {
WindowsFormsApp1.BaroService_API.GetErrStringRequest inValue = new WindowsFormsApp1.BaroService_API.GetErrStringRequest();
inValue.Body = new WindowsFormsApp1.BaroService_API.GetErrStringRequestBody();
inValue.Body.CERTKEY = CERTKEY;
inValue.Body.ErrCode = ErrCode;
WindowsFormsApp1.BaroService_API.GetErrStringResponse retVal = ((WindowsFormsApp1.BaroService_API.BaroService_FAXSoap)(this)).GetErrString(inValue);
return retVal.Body.GetErrStringResult;
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
System.Threading.Tasks.Task WindowsFormsApp1.BaroService_API.BaroService_FAXSoap.GetErrStringAsync(WindowsFormsApp1.BaroService_API.GetErrStringRequest request) {
return base.Channel.GetErrStringAsync(request);
}
public System.Threading.Tasks.Task GetErrStringAsync(string CERTKEY, int ErrCode) {
WindowsFormsApp1.BaroService_API.GetErrStringRequest inValue = new WindowsFormsApp1.BaroService_API.GetErrStringRequest();
inValue.Body = new WindowsFormsApp1.BaroService_API.GetErrStringRequestBody();
inValue.Body.CERTKEY = CERTKEY;
inValue.Body.ErrCode = ErrCode;
return ((WindowsFormsApp1.BaroService_API.BaroService_FAXSoap)(this)).GetErrStringAsync(inValue);
}
public void Ping() {
base.Channel.Ping();
}
public System.Threading.Tasks.Task PingAsync() {
return base.Channel.PingAsync();
}
}
}