OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ServerPort
(Results
1 - 6
of
6
) sorted by null
/external/grpc-grpc/src/csharp/Grpc.Core/
ServerPort.cs
28
public class
ServerPort
48
public
ServerPort
(string host, int port, ServerCredentials credentials)
56
/// Creates a port from an existing <c>
ServerPort
</c> instance and boundPort value.
58
internal
ServerPort
(
ServerPort
serverPort
, int boundPort)
60
this.host =
serverPort
.host;
61
this.port =
serverPort
.port;
62
this.credentials =
serverPort
.credentials;
/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
InteropClient.cs
52
public int
ServerPort
{ get; set; }
106
var channel = new Channel(options.ServerHost, options.
ServerPort
, credentials, channelOptions);
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
Ftp4.h
118
UINT16
ServerPort
;
121
/// (
ServerPort
- 1) by convention.
Mtftp4.h
178
UINT16
ServerPort
;
Mtftp6.h
290
UINT16
ServerPort
;
[
all
...]
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/Mtftp4/
Mtftp4.h
165
UINT16
ServerPort
;
Completed in 330 milliseconds