Interface RportFwdStartListenerReq

interface RportFwdStartListenerReq {
    BindAddress: string;
    BindPort: number;
    ForwardAddress: string;
    ForwardPort: number;
    Request?: commonpb.Request;
}

Properties

BindAddress: string
BindPort: number
ForwardAddress: string
ForwardPort: number
Request?: commonpb.Request